C# : how can i switch between my two network interface -



C# : how can i switch between my two network interface -

can switch between 2 network cards,i need utilize on card send mails need switch command it.si there way c# code? help appreciated

when sending email, create outgoing connection port 25 on smtp server. when create connection, need bind local end of connection specific ip address (corresponding specific interface) before connecting in order forcefulness os utilize specific interface. see socket.bind method way this.

c#

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -