add support for https proxy (#87638)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Thu, 22 Jun 2023 12:22:34 +0000 (14:22 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2023 12:22:34 +0000 (08:22 -0400)
commit28151b573fab8e89f8e87604e8de967136404f9d
tree4fca1fbb203fd1954f92a36a47e44a9bc03ebb57
parent2e764d6eb092fc8f05c42e6f137347c3eab45fd0
add support for https proxy (#87638)

* add support for https proxy

* winhttp

* https

* diag
src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Proxy.cs
src/libraries/System.Net.Http/src/Resources/Strings.resx
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPoolManager.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpEnvironmentProxy.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpUtilities.cs
src/libraries/System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs
src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs
src/libraries/System.Net.Http/tests/UnitTests/HttpEnvironmentProxyTest.cs