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