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!

SocketOption.SoRcvBuf

Specifies the total per-socket buffer space reserved for receives. This is unrelated to the maximum message size or the size of a TCP window.

[Visual Basic]
Public Const SoRcvBuf As Integer
[C#]
public const int SoRcvBuf;
[C++]
public: const int SoRcvBuf;
[JScript]
public var SoRcvBuf : int;

See Also

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