1 instantiation of HttpProtocolsFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
148
connection.Features.Set(new
HttpProtocolsFeature
(sniOptions.HttpProtocols));
1 reference to HttpProtocolsFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\HttpConnectionMiddleware.cs (1)
31
var protocols = connectionContext.Features.Get<
HttpProtocolsFeature
>()?.HttpProtocols ?? _endpointDefaultProtocols;