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