1 write to _proxy
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
131
_proxy
= settings._proxy ?? HttpClient.DefaultProxy;
7 references to _proxy
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (7)
132
if (
_proxy
!= null)
134
_proxyCredentials =
_proxy
.Credentials ?? settings._defaultProxyCredentials;
376
if (
_proxy
== null)
386
if (!
_proxy
.IsBypassed(request.RequestUri))
388
if (
_proxy
is IMultiWebProxy multiWebProxy)
399
proxyUri =
_proxy
.GetProxy(request.RequestUri);
407
if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, $"Exception from {
_proxy
.GetType().Name}.GetProxy({request.RequestUri}): {ex}");