2 implementations of ServerFeatures
Microsoft.AspNetCore (1)
WebApplication.cs (1)
78IFeatureCollection IApplicationBuilder.ServerFeatures => ServerFeatures;
Microsoft.AspNetCore.Http (1)
Builder\ApplicationBuilder.cs (1)
92public IFeatureCollection ServerFeatures
1 reference to ServerFeatures
Microsoft.AspNetCore.HttpsPolicy (1)
HttpsRedirectionBuilderExtensions.cs (1)
23var serverAddressFeature = app.ServerFeatures.Get<IServerAddressesFeature>();