Skip to main content

Download per chunk

It is possible to continuously download binary data using HTTP per chunks, receiving the binary data as a stream. Specify the chunk size for each download, and receive an OnComplete callback for each downloaded chunk.

Download File To Memory Per Chunk