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

Connection refused.

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

Remarks

No connection could be made because the target machine refused it. This usually results from trying to connect to a service that is inactive on the target host-- that is one with no server application running.

See Also

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