How can I prevent a HTTP request from being attempted if the proxy is not working (C#)
I am trying to hide my original IP address from the recipient, so I’m using a HttpClient with a proxy, however even when the proxy server is down, the request is still made successfully, only without the proxy, which isn’t the behavior I want.