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

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

[Visual Basic]
Public Property ReceiveBufferSize As Integer
[C#]
public int ReceiveBufferSize {get; set;}
[C++]
public: __property int get_ReceiveBufferSize();
public: __property void set_ReceiveBufferSize(int);
[JScript]
public function get ReceiveBufferSize() : int;
public function set ReceiveBufferSize(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