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

Address family not supported by protocol family.

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

Remarks

An address incompatible with the requested protocol was used. All sockets are created with an associated address family and a generic protocol type. This error is returned if an incorrect protocol is requested when creating a socket, or in an address of the wrong family is uses when sending data.

See Also

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