共用方式為


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

屬性值

實作

備註

如果未為應用程式產生器指定伺服器,則會傳回空的集合。

適用於