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