1 write to ProxyUri
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
588
ProxyUri
= proxyUri;
8 references to ProxyUri
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (8)
345
if (key.
ProxyUri
is not null && key.Kind == HttpConnectionKind.Proxy)
348
return key.
ProxyUri
.IdnHost;
370
key = new HttpConnectionKey(key.Kind, key.Host, key.Port, sslHostName: null, key.
ProxyUri
, key.Identity);
376
pool = new HttpConnectionPool(this, key.Kind, key.Host, key.Port, sslHostName, key.
ProxyUri
, GetTelemetryServerAddress(request, key));
595
HashCode.Combine(Kind, Host, Port,
ProxyUri
, Identity) :
596
HashCode.Combine(Kind, Host, Port, SslHostName,
ProxyUri
, Identity));
606
ProxyUri
== other.
ProxyUri
&&