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

Initializes a new instance of the TCPClient class.

[Visual Basic]
Overloads Public Sub New()
[C#]
public TCPClient();
[C++]
public: TCPClient();
[JScript]
public function TCPClient();

Remarks

The default constructor sets the IP address to InaddrAny and the port number to 0.

See Also

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