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

Socket type not supported.

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

Remarks

The support for the specified socket type does not exist in this address family.

See Also

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