ApplicationBuilder.ServerFeatures 属性

定义

IFeatureCollection获取服务器功能的 。

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.IFeatureCollection
Public ReadOnly Property ServerFeatures As IFeatureCollection

属性值

实现

注解

如果未为应用程序生成器指定服务器,则返回空集合。

适用于