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

Cannot assign requested address.

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

Remarks

The requested address is not valid in its context. Either an attempt was made to bind to an invalid address on the local machine, or to connect to an invalid port on a remote machine.

See Also

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