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