在網4.5,我們與代理的工作是這樣的:asp.net核心defaultProxy
<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核心或測試我們沒有找到一個解決類似上述 可能有人請幫助我?
我真的很感謝你的幫助
感謝,問候
嗨。 我需要使用defaultProxy,因爲我有一個客戶端wcf,我通過代理服務器驗證了我的提供商的白名單上的IP地址。 –