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;
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.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace