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