Discuss this help topic in SecureBlackbox Forum

TElHTTPServerResponseParams.AcceptRanges

TElHTTPServerResponseParams     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains Accept-Ranges response-header.

Declaration

[C#]
    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)

[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.

See also:     TElHTTPCustomRequestParams.AcceptRanges    

Discuss this help topic in SecureBlackbox Forum