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.
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.