1 instantiation of SniOptionsSelector
Microsoft.AspNetCore.Server.Kestrel.Core (1)
TlsConfigurationLoader.cs (1)
112var sniOptionsSelector = new SniOptionsSelector(endpoint.Name, endpoint.Sni, _certificateConfigLoader,
4 references to SniOptionsSelector
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\SniOptionsSelector.cs (2)
181var sniOptionsSelector = (SniOptionsSelector)callbackContext.State!;
TlsConfigurationLoader.cs (2)
112var sniOptionsSelector = new SniOptionsSelector(endpoint.Name, endpoint.Sni, _certificateConfigLoader, 116OnConnection = SniOptionsSelector.OptionsCallback,