0
|
Simsons · 技术社区 · 15 年前 |
![]() |
1
2
为什么你希望它不使用代理? Note that you're bypassing requests 到 the local machine, not 从 本地机器,如果这是你的困惑点。 EDIT: If you really want to know what's going on, get hold of Wireshark 这会让你看到所有来自你机器的数据包。 If you want to specify "don't use a proxy" then do something like:
|
![]() |
2
1
HttpWebRequest has a default value for its Proxy Property this is always the result of WebRequest.GetSystemWebProxy() which is the Proxy you configured in IE if you dont want to use a proxy you need to override the default proxy
|