1 write to ProxyUri
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
535
ProxyUri
= proxyUri;
5 references to ProxyUri
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (5)
337
pool = new HttpConnectionPool(this, key.Kind, key.Host, key.Port, key.SslHostName, key.
ProxyUri
);
542
HashCode.Combine(Kind, Host, Port,
ProxyUri
, Identity) :
543
HashCode.Combine(Kind, Host, Port, SslHostName,
ProxyUri
, Identity));
553
ProxyUri
== other.
ProxyUri
&&