Discuss this help topic in SecureBlackbox Forum

TElHTTPRanges.RangeEnd

TElHTTPRanges     See also     


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


Specifies the range end.

Declaration

[C#]
    long RangeEnd[int Index];

[VB.NET]
    Property RangeEnd(ByVal Index As Integer) As Long

[Pascal]
    property RangeEnd[Index : integer] : Int64;

[C++]
    int64_t get_RangeEnd(int32_t Index);
    void set_RangeEnd(int32_t Index, int64_t Value);

[PHP]
    integer get_RangeEnd(integer $Index)
    void set_RangeEnd(integer $Index, integer $Value)

[Java]
    long getRangeEnd(int Index);
    void setRangeEnd(int Index, long Value);

Parameters

  • Index - the index of the desired range in the list. The first item has Index=0, the second has Index=1, and so on.

Description

    Use this property to get the range end.

See also:     RangeStart    

Discuss this help topic in SecureBlackbox Forum