Discuss this help topic in SecureBlackbox Forum

TElHTTPParams.ContentRangeStart

TElHTTPParams     See also     


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


Specifies the lower bound of requested resource range.

Declaration

[C#]
    long ContentRangeStart;

[VB.NET]
    Property ContentRangeStart As Long

[Pascal]
    property ContentRangeStart : Int64;

[C++]
    int64_t get_ContentRangeStart();
    void set_ContentRangeStart(int64_t Value);

[PHP]
    integer get_ContentRangeStart()
    void set_ContentRangeStart(integer $Value)

[Java]
    long getContentRangeStart();
    void setContentRangeStart(long Value);

Description

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

See also:     ContentRangeEnd     ContentRangeFullSize    

Discuss this help topic in SecureBlackbox Forum