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