2 references to ServerFeaturesKey
Microsoft.AspNetCore.Http (2)
Builder\ApplicationBuilder.cs (2)
47
SetProperty(
ServerFeaturesKey
, server);
96
return GetProperty<IFeatureCollection>(
ServerFeaturesKey
)!;