web.config访问走代理的配置

<system.net>   
<defaultProxy>     
<proxy bypassonlocal="False" usesystemdefault="True" proxyaddress="http://127.0.0.1:8888" />   
</defaultProxy>
</system.net>
posted on 2016-08-12 14:28  记性特差  阅读(577)  评论(0)    收藏  举报