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

Socket operation on nonsocket.

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

Remarks

An operation was attempted on something that is not a socket. Either the socket handle parameter did not reference a valid socket, or a member of an IList member was not valid in a Select call.

See Also

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