Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets {insert text here}.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property AcceptRanges As HttpHeaderValueCollection(Of String)
    Get
'Usage
Dim instance As HttpResponseHeaders 
Dim value As HttpHeaderValueCollection(Of String)
value = instance.AcceptRanges
public HttpHeaderValueCollection<string> AcceptRanges { get; }
public:
property HttpHeaderValueCollection<String^>^ AcceptRanges {
    HttpHeaderValueCollection<String^>^ get ();
}
member AcceptRanges : HttpHeaderValueCollection<string>
function get AcceptRanges () : HttpHeaderValueCollection<String>
Property Value
Type: System.Net.Http.Headers.HttpHeaderValueCollection<String>