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