Настройка Proxy для http клиента
Версия 4.1 от Alexandr Fokin на 2021/12/02 19:19
IWebProxy proxy = WebRequest.GetSystemWebProxy();
proxy.Credentials = CredentialCache.DefaultCredentials;
proxy.Credentials = CredentialCache.DefaultCredentials;
Ссылки:
How should I set the default proxy to use default credentials?
https://stackoverflow.com/questions/299940/how-should-i-set-the-default-proxy-to-use-default-credentials
HttpClient and using proxy - constantly getting 407
https://stackoverflow.com/questions/29856543/httpclient-and-using-proxy-constantly-getting-407