tags:

views:

223

answers:

1

Hello

I have multiple IPs on a NIC. I've programmed a console application to connect to a socket - this connection is made by a specific IP.

Is it possible to tell which IP this connection should use, because I have multiple IP's assigned to my server?

Hope I made this clear.

Thank you!

+1  A: 

Socket.Bind is your friend.

spender
You made my day! :-)
meep