OwinFeatureCollection.IHttpRequestFeature.Headers Ö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.
property Microsoft::AspNetCore::Http::IHeaderDictionary ^ Microsoft::AspNetCore::Http::Features::IHttpRequestFeature::Headers { Microsoft::AspNetCore::Http::IHeaderDictionary ^ get(); void set(Microsoft::AspNetCore::Http::IHeaderDictionary ^ value); };
Microsoft.AspNetCore.Http.IHeaderDictionary Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Headers { get; set; }
member this.Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Headers : Microsoft.AspNetCore.Http.IHeaderDictionary with get, set
Property Headers As IHeaderDictionary Implements IHttpRequestFeature.Headers