Method DownloadFile
DownloadFile(string, string, Action<int>)
Declaration
Task DownloadFile(string url, string targetFile, Action<int> progress)
Parameters
Type | Name | Description |
---|---|---|
string | url | |
string | targetFile | |
Action<int> | progress |
Returns
Type | Description |
---|---|
Task |