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

ios - Fragment Shader GLSL for texture, color and texture/color -

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -