1 write to ProxyUri
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
541
ProxyUri
= proxyUri;
7 references to ProxyUri
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (7)
323
if (key.
ProxyUri
is not null && key.Kind == HttpConnectionKind.Proxy)
326
return key.
ProxyUri
.IdnHost;
343
pool = new HttpConnectionPool(this, key.Kind, key.Host, key.Port, key.SslHostName, key.
ProxyUri
, GetTelemetryServerAddress(request, key));
548
HashCode.Combine(Kind, Host, Port,
ProxyUri
, Identity) :
549
HashCode.Combine(Kind, Host, Port, SslHostName,
ProxyUri
, Identity));
559
ProxyUri
== other.
ProxyUri
&&