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

Gets or sets the size of the send buffer in bytes.

[Visual Basic]
Public Property SendBufferSize As Integer
[C#]
public int SendBufferSize {get; set;}
[C++]
public: __property int get_SendBufferSize();
public: __property void set_SendBufferSize(int);
[JScript]
public function get SendBufferSize() : int;
public function set SendBufferSize(int);

Remarks

The size of the receive buffer can only be changed after a connection to a remote host has been made.

See Also

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