Discuss this help topic in SecureBlackbox Forum
Contains Accept-Ranges response-header.
Declaration
[C#/Java]
bool AcceptRanges;
[VB.NET]
Property AcceptRanges As Boolean
[Pascal]
property AcceptRanges : boolean;
[C++]
bool get_AcceptRanges();
void set_AcceptRanges(bool Value);
[PHP]
bool get_AcceptRanges()
void set_AcceptRanges(bool $Value)
Description
This property specifies if server has accepted the range request from the client.
The default value is
True.
Discuss this help topic in SecureBlackbox Forum