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)
135if (_proxy != null) 137_proxyCredentials = _proxy.Credentials ?? settings._defaultProxyCredentials; 379if (_proxy == null) 389if (!_proxy.IsBypassed(request.RequestUri)) 391if (_proxy is IMultiWebProxy multiWebProxy) 402proxyUri = _proxy.GetProxy(request.RequestUri); 410if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, $"Exception from {_proxy.GetType().Name}.GetProxy({request.RequestUri}): {ex}");