1 write to HttpProtocols
Microsoft.AspNetCore.Server.Kestrel.Core (1)
ListenOptionsHttpsExtensions.cs (1)
267
callbackOptions.
HttpProtocols
= listenOptions.Protocols;
1 reference to HttpProtocols
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\HttpsConnectionMiddleware.cs (1)
130
_httpProtocols = ValidateAndNormalizeHttpProtocols(tlsCallbackOptions.
HttpProtocols
, _logger);