Asp.net HttpClient Proxy(Fiddler)

1   <system.net>
2     <defaultProxy>
3       <proxy bypassonlocal="False" usesystemdefault="True" proxyaddress="http://localhost:8888" />
4     </defaultProxy>
5   </system.net>
WebConfig

添加以上配置

posted @ 2018-05-09 15:06  ZhanHengZong  阅读(137)  评论(0编辑  收藏  举报