![]() |
![]() ![]() ![]() |
acHTTP and acAutoUpgrader components.
|
type
|
TacBufferSize = 256..MaxInt; // 2147483647 bytes maximum
|
|
property TransferBufferSize: TacBufferSize; // 4096 bytes by default
|
The TransferBufferSize property specifies the size of buffer (in bytes) for writing or reading data from the Web. For example, if TransferBufferSize is 4096 and you call Read method, the acHTTP will read data by 4Kb blocks and trigger OnProgress event every time after downloading each 4Kb of data.
|
|
![]() |
Read, Pause, Resume and Upload methods and OnProgress event.
|