Connection refused.
[Visual Basic] Public Const WSAECONNREFUSED As Integer [C#] public const int WSAECONNREFUSED; [C++] public: const int WSAECONNREFUSED; [JScript] public var WSAECONNREFUSED : int;
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.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace