Wednesday, February 22, 2017

Setting Proxy on Windows Mobile Universal APP 10

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);


from Windows Central Forums //forums.windowscentral.com/showthread.php?t=452762&goto=newpost
via IFTTT

No comments:

Post a Comment