简体   繁体   中英

HttpClient and proxy with Windows 8 Store application

We are creating a Windows Store application (WinRT) line of business application is to be installed on computers that are in a network that requires them use a proxy to connect to the internet. My assumption is that the HttpClient uses the proxy information set in IE. Is this a true statement?

Thanks, Scott

According to MSDN documentation HttpClientHandler.Proxy :

If no proxy is specified in a config file and the Proxy property is unspecified, the handler uses the proxy settings inherited from Internet Explorer on the local computer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM