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;
The attempted operation is not supported by the type of socket referenced. This usually happens when the socket does not support connection-oriented service.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace