1 write to Protocols
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
62Protocols = ParseProtocols(configSection[ProtocolsKey]),
3 references to Protocols
Microsoft.AspNetCore.Server.Kestrel.Core (3)
KestrelConfigurationLoader.cs (3)
241if (defaults.Protocols.HasValue) 243listenOptions.Protocols = defaults.Protocols.Value; 376endpoint.Protocols = ConfigurationReader.EndpointDefaults.Protocols;