BaseConnectionContext.Features Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bu bağlantıda bulunan sunucu ve ara yazılım tarafından sağlanan özelliklerin koleksiyonunu alır.
public:
abstract property Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ Features { Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ get(); };
public abstract Microsoft.AspNetCore.Http.Features.IFeatureCollection Features { get; }
member this.Features : Microsoft.AspNetCore.Http.Features.IFeatureCollection
Public MustOverride ReadOnly Property Features As IFeatureCollection