1 write to Kind
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
578
Kind
= kind;
7 references to Kind
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (7)
341
if (key.ProxyUri is not null && key.
Kind
== HttpConnectionKind.Proxy)
366
key = new HttpConnectionKey(key.
Kind
, key.Host, key.Port, sslHostName: null, key.ProxyUri, key.Identity);
372
pool = new HttpConnectionPool(this, key.
Kind
, key.Host, key.Port, sslHostName, key.ProxyUri, GetTelemetryServerAddress(request, key));
589
HashCode.Combine(
Kind
, Host, Port, ProxyUri, Identity) :
590
HashCode.Combine(
Kind
, Host, Port, SslHostName, ProxyUri, Identity));
597
Kind
== other.
Kind
&&