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

Operation not supported.

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

Remarks

The attempted operation is not supported by the type of socket referenced. This usually happens when the socket does not support connection-oriented service.

See Also

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