BeardedManStudios.Network.CachedUdpClient.CachedUdpClient C# (CSharp) Метод

CachedUdpClient() публичный Метод

public CachedUdpClient ( ) : System
Результат System
		public CachedUdpClient()
			: this(AddressFamily.InterNetwork)
		{
		}

Same methods

CachedUdpClient::CachedUdpClient ( AddressFamily family ) : System
CachedUdpClient::CachedUdpClient ( IPEndPoint localEP ) : System
CachedUdpClient::CachedUdpClient ( Socket targetSocket ) : System
CachedUdpClient::CachedUdpClient ( int port ) : System
CachedUdpClient::CachedUdpClient ( int port, AddressFamily family ) : System
CachedUdpClient::CachedUdpClient ( string hostname, int port ) : System