1 write to Host
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
538
Host
= host;
6 references to Host
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (6)
343
pool = new HttpConnectionPool(this, key.Kind, key.
Host
, key.Port, key.SslHostName, key.ProxyUri, GetTelemetryServerAddress(request, key));
547
(SslHostName ==
Host
?
548
HashCode.Combine(Kind,
Host
, Port, ProxyUri, Identity) :
549
HashCode.Combine(Kind,
Host
, Port, SslHostName, ProxyUri, Identity));
557
Host
== other.
Host
&&