| Overload | Description |
|---|---|
| DownloadAsync(String) | Downloads this file from the server and saves it at the specified file path. |
| DownloadAsync(String,CancellationToken) | See DownloadAsync(String). This overload allows you to specify a cancel token which may be used to abort the download process. |