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)
132if (_proxy != null) 134_proxyCredentials = _proxy.Credentials ?? settings._defaultProxyCredentials; 376if (_proxy == null) 386if (!_proxy.IsBypassed(request.RequestUri)) 388if (_proxy is IMultiWebProxy multiWebProxy) 399proxyUri = _proxy.GetProxy(request.RequestUri); 407if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, $"Exception from {_proxy.GetType().Name}.GetProxy({request.RequestUri}): {ex}");