1 write to SslHostName
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
581
SslHostName
= sslHostName;
7 references to SslHostName
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (7)
336
if (key.
SslHostName
is not null)
338
return key.
SslHostName
;
358
string? sslHostName = key.
SslHostName
;
588
(
SslHostName
== Host ?
590
HashCode.Combine(Kind, Host, Port,
SslHostName
, ProxyUri, Identity));
601
SslHostName
== other.
SslHostName
&&