1 write to SslHostName
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
536SslHostName = sslHostName;
7 references to SslHostName
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (7)
314if (key.SslHostName is not null) 316return key.SslHostName; 339pool = new HttpConnectionPool(this, key.Kind, key.Host, key.Port, key.SslHostName, key.ProxyUri, GetTelemetryServerAddress(request, key)); 543(SslHostName == Host ? 545HashCode.Combine(Kind, Host, Port, SslHostName, ProxyUri, Identity)); 556SslHostName == other.SslHostName &&