System.Net.Sockets.UdpClient.UdpClient C# (CSharp) Method

UdpClient() public method

public UdpClient ( ) : System.Diagnostics
return System.Diagnostics
        public UdpClient() : this(AddressFamily.InterNetwork)
        {
        }

Same methods

UdpClient::UdpClient ( AddressFamily family ) : System.Diagnostics
UdpClient::UdpClient ( IPEndPoint localEP ) : System.Diagnostics
UdpClient::UdpClient ( int port ) : System.Diagnostics
UdpClient::UdpClient ( int port, AddressFamily family ) : System.Diagnostics