1 write to Host
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
535
Host
= host;
6 references to Host
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (6)
340
pool = new HttpConnectionPool(this, key.Kind, key.
Host
, key.Port, key.SslHostName, key.ProxyUri);
544
(SslHostName ==
Host
?
545
HashCode.Combine(Kind,
Host
, Port, ProxyUri, Identity) :
546
HashCode.Combine(Kind,
Host
, Port, SslHostName, ProxyUri, Identity));
554
Host
== other.
Host
&&