ResponseHeaders.ContentRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Content-Range
header for an HTTP response.
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