NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TCPClient Constructor (IPEndPoint)

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
);

Parameters

localEP
The local end point to bind the TCP connection to.

See Also

TCPClient Class | TCPClient Members | System.Net.Sockets Namespace | TCPClient Constructor Overload List