WCF Transport :confused:
-
Hi all, This week I’ve been doing research on wcf but I’m a bit confused heres my question .... If I have a wcf service with http transport containing a method called send mail that method uses system.net mail class to send email via smtp wont it be using the underlying mechanics to send an email using smtp via tcp. :confused::confused:
-
Hi all, This week I’ve been doing research on wcf but I’m a bit confused heres my question .... If I have a wcf service with http transport containing a method called send mail that method uses system.net mail class to send email via smtp wont it be using the underlying mechanics to send an email using smtp via tcp. :confused::confused:
-
The System.Net.Mail class has nothing to do with WCF as far as I know and so will do it's usual SMPT over TCP thing. The WCF transport only applies to the WCF stuff.
Thank you that makes sense now, :)