HttpResponseHeaders.AcceptRanges Property

Definition

Gets the value of the Accept-Ranges header for an HTTP response.

public:
 property System::Net::Http::Headers::HttpHeaderValueCollection<System::String ^> ^ AcceptRanges { System::Net::Http::Headers::HttpHeaderValueCollection<System::String ^> ^ get(); };
public System.Net.Http.Headers.HttpHeaderValueCollection<string> AcceptRanges { get; }
member this.AcceptRanges : System.Net.Http.Headers.HttpHeaderValueCollection<string>
Public ReadOnly Property AcceptRanges As HttpHeaderValueCollection(Of String)

Property Value

The value of the Accept-Ranges header for an HTTP response.

Applies to