1 write to SslHostName
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
587
SslHostName
= sslHostName;
7 references to SslHostName
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (7)
340
if (key.
SslHostName
is not null)
342
return key.
SslHostName
;
362
string? sslHostName = key.
SslHostName
;
594
(
SslHostName
== Host ?
596
HashCode.Combine(Kind, Host, Port,
SslHostName
, ProxyUri, Identity));
607
SslHostName
== other.
SslHostName
&&