3 implementations of ServerFeatures
Microsoft.AspNetCore (1)
WebApplication.cs (1)
78IFeatureCollection IApplicationBuilder.ServerFeatures => ServerFeatures;
Microsoft.AspNetCore.Http (1)
Builder\ApplicationBuilder.cs (1)
92public IFeatureCollection ServerFeatures
Microsoft.AspNetCore.MiddlewareAnalysis (1)
AnalysisBuilder.cs (1)
43public IFeatureCollection ServerFeatures
2 references to ServerFeatures
Microsoft.AspNetCore.HttpsPolicy (1)
HttpsRedirectionBuilderExtensions.cs (1)
23var serverAddressFeature = app.ServerFeatures.Get<IServerAddressesFeature>();
Microsoft.AspNetCore.MiddlewareAnalysis (1)
AnalysisBuilder.cs (1)
45get { return InnerBuilder.ServerFeatures; }