1 write to Identity
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
583
Identity
= identity;
5 references to Identity
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (5)
366
key = new HttpConnectionKey(key.Kind, key.Host, key.Port, sslHostName: null, key.ProxyUri, key.
Identity
);
589
HashCode.Combine(Kind, Host, Port, ProxyUri,
Identity
) :
590
HashCode.Combine(Kind, Host, Port, SslHostName, ProxyUri,
Identity
));
602
Identity
== other.
Identity
;