1 write to Kind
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
533
Kind
= kind;
6 references to Kind
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (6)
319
if (key.ProxyUri is not null && key.
Kind
== HttpConnectionKind.Proxy)
339
pool = new HttpConnectionPool(this, key.
Kind
, key.Host, key.Port, key.SslHostName, key.ProxyUri, GetTelemetryServerAddress(request, key));
544
HashCode.Combine(
Kind
, Host, Port, ProxyUri, Identity) :
545
HashCode.Combine(
Kind
, Host, Port, SslHostName, ProxyUri, Identity));
552
Kind
== other.
Kind
&&