So my question is if there is possibility to use VPN instead of Proxy in HttpWebRequest? I need to make voting program, but all public proxies are slow or unreliable.
Just like this:
request.Proxy = new WebProxy("127.0.0.1", 8080);
So my question is if there is possibility to use VPN instead of Proxy in HttpWebRequest? I need to make voting program, but all public proxies are slow or unreliable.
Just like this:
request.Proxy = new WebProxy("127.0.0.1", 8080);