Discuss this help topic in SecureBlackbox Forum
Contains Accept-Ranges response-header.
Declaration
[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)
[Java]
boolean getAcceptRanges();
void setAcceptRanges(boolean 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