Name | Description |
---|---|
FileDownloader | Class for downloading files in the background that supports info about their progress, the total progress, cancellation, pausing, and resuming. The downloads will run on a separate thread so you don't have to worry about multihreading yourself. |
FileDownloader.FileInfo | Simple struct for managing file info |