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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -