1 write to Protocols
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
155
Protocols
= ParseProtocols(sniChild[ProtocolsKey]),
4 references to Protocols
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\ConfigurationReader.cs (3)
347
(
Protocols
?? ListenOptions.DefaultHttpProtocols) == (other.
Protocols
?? ListenOptions.DefaultHttpProtocols) &&
353
Protocols
?? ListenOptions.DefaultHttpProtocols, SslProtocols ?? System.Security.Authentication.SslProtocols.None,
Internal\SniOptionsSelector.cs (1)
94
var httpProtocols = sniConfig.
Protocols
?? fallbackHttpProtocols;