Discuss this help topic in SecureBlackbox Forum

TElHTTPRanges.RangeCount

TElHTTPRanges     See also     


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


Specifies the number of ranges in the list.

Declaration

[C#]
    int RangeCount;

[VB.NET]
    Property RangeCount As Integer

[Pascal]
    property RangeCount : integer;

[C++]
    int32_t get_RangeCount();
    void set_RangeCount(int32_t Value);

[PHP]
    integer get_RangeCount()
    void set_RangeCount(integer $Value)

[Java]
    int getRangeCount();
    void setRangeCount(int Value);

Description

    Use this property to get the number of ranges that are stored in the TElHTTPRanges object.

See also:     RangeEnd     RangeStart    

Discuss this help topic in SecureBlackbox Forum