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)
241
if (defaults.
Protocols
.HasValue)
243
listenOptions.Protocols = defaults.
Protocols
.Value;
376
endpoint.Protocols = ConfigurationReader.EndpointDefaults.
Protocols
;