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