简体   繁体   中英

Retrieving proxy settings from IE10 in Windows 8 Metro app

I would like to retrieve proxy settings from IE10 from my Metro application but the WebRequest.GetSystemWebProxy method doesn't look to be available and I can't think of another way.

I have written an implementation of IWebProxy where all my proxy settings are hard coded but this is really just a work around.

My app is written in C#.

Trawling the web, this looks to be a common question with no definitive answer.

I'm developing my app behind an ISA server and I need to be able to authenticate against it.

This is my first post so apologies if I haven't supplied sufficient details.

据我所知,这是不可能的(也许在RTM版本中)。

I think credentials are now to be stored in the Windows 8 Password Vault. In the end, this is what I did and it seemed to work well.

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