1 instantiation of HttpProtocolsFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
148
connection.Features.Set(new
HttpProtocolsFeature
(sniOptions.HttpProtocols));
5 references to HttpProtocolsFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\HttpConnectionMiddleware.cs (1)
31
var protocols = connectionContext.Features.Get<
HttpProtocolsFeature
>()?.HttpProtocols ?? _endpointDefaultProtocols;
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
SniOptionsSelectorTests.cs (4)
603
var
httpProtocolsFeature = mockConnectionContext.Features.Get<
HttpProtocolsFeature
>();
666
var
httpProtocolsFeature = mockConnectionContext.Features.Get<
HttpProtocolsFeature
>();