|
|
|
| auAutoUpgrader and auHTTP components.
|
| type
|
| TauBufferSize = 256..MaxInt; // 2147483647 bytes maximum
|
|
|
| property TransferBufferSize: TauBufferSize; // 4096 bytes by default
|
| The TransferBufferSize property specifies the size of buffer (in bytes) for writing or reading data from the Web.
|
|
|
| The OnProgress event will be triggered after downloading each block with size specified in this property.
|
| OnProgress event.
|