ApplicationBuilder.ServerFeatures Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IFeatureCollection for server features.
public:
 property Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ ServerFeatures { Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ get(); };public Microsoft.AspNetCore.Http.Features.IFeatureCollection ServerFeatures { get; }member this.ServerFeatures : Microsoft.AspNetCore.Http.Features.IFeatureCollectionPublic ReadOnly Property ServerFeatures As IFeatureCollectionProperty Value
Implements
Remarks
An empty collection is returned if a server wasn't specified for the application builder.