Discuss this help topic in SecureBlackbox Forum
Specifies the number of ranges in the list.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum