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!

SocketErrors.WSAENOBUFS

No buffer space available.

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

Remarks

An operation on a socket could not be perfomred because the system lacked sufficient buffer space or because a queue was full.

See Also

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