ResponseHeaders.ContentRange Ö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.
HTTP yanıtının Content-Range
üst bilgisini alır veya ayarlar.
public:
property Microsoft::Net::Http::Headers::ContentRangeHeaderValue ^ ContentRange { Microsoft::Net::Http::Headers::ContentRangeHeaderValue ^ get(); void set(Microsoft::Net::Http::Headers::ContentRangeHeaderValue ^ value); };
public Microsoft.Net.Http.Headers.ContentRangeHeaderValue ContentRange { get; set; }
public Microsoft.Net.Http.Headers.ContentRangeHeaderValue? ContentRange { get; set; }
member this.ContentRange : Microsoft.Net.Http.Headers.ContentRangeHeaderValue with get, set
Public Property ContentRange As ContentRangeHeaderValue