1 write to _proxy
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
134
_proxy
= settings._proxy ?? HttpClient.DefaultProxy;
7 references to _proxy
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (7)
135
if (
_proxy
!= null)
137
_proxyCredentials =
_proxy
.Credentials ?? settings._defaultProxyCredentials;
379
if (
_proxy
== null)
389
if (!
_proxy
.IsBypassed(request.RequestUri))
391
if (
_proxy
is IMultiWebProxy multiWebProxy)
402
proxyUri =
_proxy
.GetProxy(request.RequestUri);
410
if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, $"Exception from {
_proxy
.GetType().Name}.GetProxy({request.RequestUri}): {ex}");