Initializes a new instance of the TCPClient class.
Initializes a new instance of the TCPClient class with the specified end point.
[Visual Basic] Overloads Public Sub New(IPEndPoint)
[C#] public TCPClient(IPEndPoint);
[C++] public: TCPClient(IPEndPoint*);
[JScript] public function TCPClient(IPEndPoint);
Initializes a new instance of the TCPClient class.
[Visual Basic] Overloads Public Sub New()
[C#] public TCPClient();
[C++] public: TCPClient();
[JScript] public function TCPClient();
Initializes a new instance of the TCPClient class and connects to the specified port on the specified host.
[Visual Basic] Overloads Public Sub New(String, Integer)
[C#] public TCPClient(String, int);
[C++] public: TCPClient(String*, int);
[JScript] public function TCPClient(String, int);
TCPClient Class | TCPClient Members | System.Net.Sockets Namespace