1 write to Kind
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
534Kind = kind;
5 references to Kind
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (5)
340pool = new HttpConnectionPool(this, key.Kind, key.Host, key.Port, key.SslHostName, key.ProxyUri); 545HashCode.Combine(Kind, Host, Port, ProxyUri, Identity) : 546HashCode.Combine(Kind, Host, Port, SslHostName, ProxyUri, Identity)); 553Kind == other.Kind &&