1 write to _proxy
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
154_proxy = settings._proxy ?? HttpClient.DefaultProxy;
7 references to _proxy
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (7)
155if (_proxy != null) 157_proxyCredentials = _proxy.Credentials ?? settings._defaultProxyCredentials; 411if (_proxy == null) 421if (!_proxy.IsBypassed(request.RequestUri)) 423if (_proxy is IMultiWebProxy multiWebProxy) 434proxyUri = _proxy.GetProxy(request.RequestUri); 442if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, $"Exception from {_proxy.GetType().Name}.GetProxy({request.RequestUri}): {ex}");