В net 4.5 мы работаем с прокси таким образом:
<system.net>
<!-- -->
<defaultProxy enabled="true" useDefaultCredentials="false">
<proxy usesystemdefault="True" proxyaddress="http://192.168.1.1:8888" bypassonlocal="True" autoDetect="False" />
<module type="CommonLibrary.Proxy.MyProxy, CommonLibrary, Version=1.0.0.0, Culture=neutral" />
</defaultProxy>
<settings>
<httpWebRequest useUnsafeHeaderParsing="true" />
<servicePointManager expect100Continue="false" />
</settings>
</system.net>
но в ядре или тестировании asp.net мы не можем найти решение, подобное приведенному выше Может кто-нибудь, пожалуйста, помогите мне?
Я очень ценю вашу помощь
Спасибо, С уважением