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