![]() |
![]() ![]() ![]() |
WinHTTP component.
|
type
|
TBufferSize = 256..MaxInt; // 2147483647 bytes maximum
|
|
property ReadBufferSize: TBufferSize; // 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 WinHTTP 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.
|