1 write to Host
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
585Host = host;
7 references to Host
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (7)
370key = new HttpConnectionKey(key.Kind, key.Host, key.Port, sslHostName: null, key.ProxyUri, key.Identity); 376pool = new HttpConnectionPool(this, key.Kind, key.Host, key.Port, sslHostName, key.ProxyUri, GetTelemetryServerAddress(request, key)); 594(SslHostName == Host ? 595HashCode.Combine(Kind, Host, Port, ProxyUri, Identity) : 596HashCode.Combine(Kind, Host, Port, SslHostName, ProxyUri, Identity)); 604Host == other.Host &&