Discuss this help topic in SecureBlackbox Forum

TElHTTPParams.ContentRangeEnd

TElHTTPParams     See also     


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


Specifies the upper bound of requested resource range.

Declaration

[C#]
    long ContentRangeEnd;

[VB.NET]
    Property ContentRangeEnd As Long

[Pascal]
    property ContentRangeEnd : Int64;

[C++]
    int64_t get_ContentRangeEnd();
    void set_ContentRangeEnd(int64_t Value);

[PHP]
    integer get_ContentRangeEnd()
    void set_ContentRangeEnd(integer $Value)

[Java]
    long getContentRangeEnd();
    void setContentRangeEnd(long Value);

Description

    This property specifies the upper bound used in Content-Range header of HTTP request (please see the RFC #2616 for further information).

See also:     ContentRangeFullSize     ContentRangeStart    

Discuss this help topic in SecureBlackbox Forum