If my server has multiple IP addresses assigned to it, and I would like to listen to some (or all) of them, how do I go about doing that?
Do I need to create a new socke
Yes, IPAddress.Any will listen on all interfaces.
http://msdn.microsoft.com/en-us/library/system.net.ipaddress.any.aspx