IApplicationBuilder.ServerFeatures Özellik

Tanım

Uygulama sunucusunun sağladığı HTTP özellikleri kümesini alır.

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

Özellik Değeri

Açıklamalar

Uygulama oluşturucusu için bir sunucu belirtilmemişse boş bir koleksiyon döndürülür.

Şunlara uygulanır