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 Properties

The properties of the TCPClient class are listed below. For a complete list of TCPClient class members, see the TCPClient Members topic.

Public:

LingerState Gets or sets the value of the connection's linger option.
NoDelay Enables or disables delay when send or receive buffers are full.
ReceiveBufferSize Gets or sets the size of the receive buffer in bytes.
ReceiveTimeout Gets or sets the receive time out value of the connection in seconds.
SendBufferSize Gets or sets the size of the send buffer in bytes.
SendTimeout Gets or sets the send time out value of the connection in seconds.

See Also

TCPClient Class | System.Net.Sockets Namespace