Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试获取系统代理:
var proxy = WebRequest.GetSystemWebProxy();
但是,返回的代理对象Address始终具有其属性null。
Address
null
代理在Internet 选项窗口中设置。
在 msdn 中显示“GetSystemWebProxy 方法读取当前用户的 Internet Explorer (IE) 代理设置。”。
因此,如果您正在开发 Web 应用并将其部署到 IIS,请检查应用池的身份是否与您设置了代理的当前用户相同。并确保已检查 IE 代理。