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

속성 값

설명

서버가 애플리케이션 작성기용으로 지정되지 않은 경우 빈 컬렉션이 반환됩니다.

적용 대상