Initializes a new instance of the TCPClient class with the specified end point.
[Visual Basic] Overloads Public Sub New( _ ByVal localEP As IPEndPoint _ ) [C#] public TCPClient( IPEndPoint localEP ); [C++] public: TCPClient( IPEndPoint* localEP ); [JScript] public function TCPClient( localEP : IPEndPoint );
TCPClient Class | TCPClient Members | System.Net.Sockets Namespace | TCPClient Constructor Overload List