1 write to ProxyUri
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
537ProxyUri = proxyUri;
7 references to ProxyUri
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (7)
319if (key.ProxyUri is not null && key.Kind == HttpConnectionKind.Proxy) 322return key.ProxyUri.IdnHost; 339pool = new HttpConnectionPool(this, key.Kind, key.Host, key.Port, key.SslHostName, key.ProxyUri, GetTelemetryServerAddress(request, key)); 544HashCode.Combine(Kind, Host, Port, ProxyUri, Identity) : 545HashCode.Combine(Kind, Host, Port, SslHostName, ProxyUri, Identity)); 555ProxyUri == other.ProxyUri &&