![]() |
![]() ![]() ![]() |
auHTTP component as subproperty of Range structure.
|
property StartRange: Integer; //
|
The StartRange property specifies the starting position (in bytes) of the block of data to download.
|
|
For example, if StartRange = 50 and EndRange = 0, the auHTTP will download the file beginning from 50th byte till the end of file. If StartRange = 50 and EndRange = 89, it downloads 40 bytes from 50th till 89th byte.
|
|
If StartRange = 0, the auHTTP will read data from beginning of file.
|
EndRange property.
|