Is the IP from the source or target in this System.Net.Sockets.SocketException?
- by Jeremy Mullin
I'm making an outbound connection using a DNS name to a server other than the localhost, and I get this exception:
System.Net.WebException: Unable to connect to the remote server --- System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it
127.0.0.1:5555
The text implies that the TARGET machine refused the connection, but the IP address and port are from the localhost, which is kind of confusing. So is that IP address really the outgoing IP and port, even though the exception was caused by the target refusing the connection? Or is the exception from the local firewall blocking the outgoing connection?