1 write to SslHostName
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
540SslHostName = sslHostName;
7 references to SslHostName
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (7)
318if (key.SslHostName is not null) 320return key.SslHostName; 343pool = new HttpConnectionPool(this, key.Kind, key.Host, key.Port, key.SslHostName, key.ProxyUri, GetTelemetryServerAddress(request, key)); 547(SslHostName == Host ? 549HashCode.Combine(Kind, Host, Port, SslHostName, ProxyUri, Identity)); 560SslHostName == other.SslHostName &&