Discuss this help topic in SecureBlackbox Forum

TElHTTPParams.ContentRangeFullSize

TElHTTPParams     See also     


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


Specifies full size of requested resource range.

Declaration

[C#]
    long ContentRangeFullSize;

[VB.NET]
    Property ContentRangeFullSize As Long

[Pascal]
    property ContentRangeFullSize : Int64;

[C++]
    int64_t get_ContentRangeFullSize();
    void set_ContentRangeFullSize(int64_t Value);

[PHP]
    integer get_ContentRangeFullSize()
    void set_ContentRangeFullSize(integer $Value)

[Java]
    long getContentRangeFullSize();
    void setContentRangeFullSize(long Value);

Description

    This property specifies the full size of Content-Range header of HTTP request (please see the RFC #2616 for further information).

See also:     ContentRangeEnd     ContentRangeStart    

Discuss this help topic in SecureBlackbox Forum