Class DownloadUtils
Contains static methods and properties related to file download using http protocol.
public static class DownloadUtils
- Inheritance
-
DownloadUtils
Methods
- DownloadFile(string, string, EventHandler<float>)
Downloads file using async operation.
- DownloadFileWithConsoleProgress(string, string, Action<string>?, Action<string>?)
Downloads file from the specified url and outputs progress to console or to callback actions.