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;
SocketOption Class | SocketOption Members | System.Net.Sockets Namespace