property SendBlockSize: integer; default 32768;
Description
The SendBlockSize property determines the maximum size of the data block that will be sent to the HTTP server as a single data packet. Before sending each data block, the BeforeSendData event handler will be called, where the sending can be canceled.
The default value is 32768.
See also