c# Programming Glossary: myudpclient
Broadcasting UDP message to all the available network cards http://stackoverflow.com/questions/1096142/broadcasting-udp-message-to-all-the-available-network-cards To get around this I created this class. public class MyUdpClient UdpClient public MyUdpClient base Calls the protected Client.. this class. public class MyUdpClient UdpClient public MyUdpClient base Calls the protected Client property belonging to the UdpClient.. SocketOptionName.DontRoute 1 public MyUdpClient IPEndPoint ipLocalEndPoint base ipLocalEndPoint Calls the protected..
|