Setting proxy through HTTPClient is not working .
Httpclienthandler handler = new Httpclienthandler();
handler.UseProxy = true;
handler.Proxy = MyProxy("http://127.0.0.1:8080") where MyProxy is a custom Class inherited from IWebProxy.
HTTPClient client = new HTTPClient(handler);
Httpclienthandler handler = new Httpclienthandler();
handler.UseProxy = true;
handler.Proxy = MyProxy("http://127.0.0.1:8080") where MyProxy is a custom Class inherited from IWebProxy.
HTTPClient client = new HTTPClient(handler);
from Windows Central Forums //forums.windowscentral.com/showthread.php?t=452762&goto=newpost
via IFTTT
No comments:
Post a Comment