1 write to Sni
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
280
Sni
= sni;
8 references to Sni
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\ConfigurationReader.cs (4)
228
if (endpoint.
Sni
.Count > 0)
309
CompareSniDictionaries(
Sni
, other.
Sni
) &&
314
Certificate, ClientCertificateMode ?? Https.ClientCertificateMode.NoCertificate,
Sni
.Count, _configSectionClone);
KestrelConfigurationLoader.cs (2)
467
foreach (var sniConfig in endpointConfig.
Sni
.Values)
491
foreach (var sniConfig in endpointConfig.
Sni
.Values)
TlsConfigurationLoader.cs (2)
102
if (endpoint.
Sni
.Count == 0)
112
var sniOptionsSelector = new SniOptionsSelector(endpoint.Name, endpoint.
Sni
, _certificateConfigLoader,