1 write to Kind
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
584
Kind
= kind;
7 references to Kind
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (7)
345
if (key.ProxyUri is not null && key.
Kind
== HttpConnectionKind.Proxy)
370
key = new HttpConnectionKey(key.
Kind
, key.Host, key.Port, sslHostName: null, key.ProxyUri, key.Identity);
376
pool = new HttpConnectionPool(this, key.
Kind
, key.Host, key.Port, sslHostName, key.ProxyUri, GetTelemetryServerAddress(request, key));
595
HashCode.Combine(
Kind
, Host, Port, ProxyUri, Identity) :
596
HashCode.Combine(
Kind
, Host, Port, SslHostName, ProxyUri, Identity));
603
Kind
== other.
Kind
&&