IApplicationBuilder.ServerFeatures プロパティ

定義

アプリケーションのサーバーが提供する HTTP 機能のセットを取得します。

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

プロパティ値

注釈

アプリケーション ビルダーにサーバーが指定されていない場合は、空のコレクションが返されます。

適用対象