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

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

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

See Also

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