1 write to Host
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
532Host = host;
6 references to Host
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (6)
337pool = new HttpConnectionPool(this, key.Kind, key.Host, key.Port, key.SslHostName, key.ProxyUri); 541(SslHostName == Host ? 542HashCode.Combine(Kind, Host, Port, ProxyUri, Identity) : 543HashCode.Combine(Kind, Host, Port, SslHostName, ProxyUri, Identity)); 551Host == other.Host &&