| | Name | Description |
|---|
 | DownloadFileTaskAsync(DownloadPackage, CancellationToken) |
Asynchronously resume downloads a file and returns a Stream object that contains the downloaded file data.
|
 | DownloadFileTaskAsync(String, CancellationToken) |
Asynchronously downloads a file from the specified URL and returns a Stream object that contains the downloaded file data.
|
 | DownloadFileTaskAsync(String, CancellationToken) |
Asynchronously downloads a file from the specified URL and returns a Stream object that contains the downloaded file data.
|
 | DownloadFileTaskAsync(DownloadPackage, String, CancellationToken) |
Asynchronously resume downloads a file from the specified URL and returns a Stream object that contains the downloaded file data.
|
 | DownloadFileTaskAsync(DownloadPackage, String, CancellationToken) |
Asynchronously resume downloads a file from the specified URL and returns a Stream object that contains the downloaded file data.
|
 | DownloadFileTaskAsync(String, DirectoryInfo, CancellationToken) |
Asynchronously downloads a file from the specified URL and saves it to the specified directory.
|
 | DownloadFileTaskAsync(String, String, CancellationToken) |
Asynchronously downloads a file from the specified URL and saves it to the specified file name.
|
 | DownloadFileTaskAsync(String, DirectoryInfo, CancellationToken) |
Asynchronously downloads a file from the specified URL and saves it to the specified directory.
|
 | DownloadFileTaskAsync(String, String, CancellationToken) |
Asynchronously downloads a file from the specified URL and saves it to the specified file name.
|