Creates a new instance of the UDPClient class that communicates on the specified port number.
[Visual Basic] Overloads Public Sub New( _ ByVal port As Integer _ ) [C#] public UDPClient( int port ); [C++] public: UDPClient( int port ); [JScript] public function UDPClient( port : int );
UDPClient Class | UDPClient Members | System.Net.Sockets Namespace | UDPClient Constructor Overload List