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.Client

Used by the class to provide the underlying network socket.

[Visual Basic]
Protected Client As Socket
[C#]
protected Socket Client;
[C++]
protected: Socket* Client;
[JScript]
protected var Client : Socket;

Remarks

TCPClient creates a Socket instance to handle the actual sending and recieving of data over the network. The socket is initialized with the following parameters passed to its constructor:

Item Description
Address Family AfInet
Socket Type SockStream
Protocol Type ProtTCP

See Also

TCPClient Class | TCPClient Members | System.Net.Sockets Namespace