1 write to SslHostName
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
534SslHostName = sslHostName;
5 references to SslHostName
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (5)
337pool = new HttpConnectionPool(this, key.Kind, key.Host, key.Port, key.SslHostName, key.ProxyUri); 541(SslHostName == Host ? 543HashCode.Combine(Kind, Host, Port, SslHostName, ProxyUri, Identity)); 554SslHostName == other.SslHostName &&