Creates a new instance of the UDPClient class and connects to the specified remote host on the specified port.
[Visual Basic] Overloads Public Sub New( _ ByVal hostname As String, _ ByVal port As Integer _ ) [C#] public UDPClient( string hostname, int port ); [C++] public: UDPClient( String* hostname, int port ); [JScript] public function UDPClient( hostname : String, port : int );
UDPClient Class | UDPClient Members | System.Net.Sockets Namespace | UDPClient Constructor Overload List