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

Address already in use.

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

Remarks

A process on the machine is already bound to the fully-qualified address and the socket has not been marked for address reuse with SoReuseAddr.

See Also

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