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!

InvalidSocketConstants.SOCKET_ERROR

The socket has an error.

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

See Also

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