Click or drag to resize

IDownloadServiceDownloadFileTaskAsync Method

Overload List
 NameDescription
Public methodDownloadFileTaskAsync(DownloadPackage, CancellationToken) Asynchronously resume downloads a file and returns a Stream object that contains the downloaded file data.
Public methodDownloadFileTaskAsync(String, CancellationToken) Asynchronously downloads a file from the specified URL and returns a Stream object that contains the downloaded file data.
Public methodDownloadFileTaskAsync(String, CancellationToken) Asynchronously downloads a file from the specified URL and returns a Stream object that contains the downloaded file data.
Public methodDownloadFileTaskAsync(DownloadPackage, String, CancellationToken) Asynchronously resume downloads a file from the specified URL and returns a Stream object that contains the downloaded file data.
Public methodDownloadFileTaskAsync(DownloadPackage, String, CancellationToken) Asynchronously resume downloads a file from the specified URL and returns a Stream object that contains the downloaded file data.
Public methodDownloadFileTaskAsync(String, DirectoryInfo, CancellationToken) Asynchronously downloads a file from the specified URL and saves it to the specified directory.
Public methodDownloadFileTaskAsync(String, String, CancellationToken) Asynchronously downloads a file from the specified URL and saves it to the specified file name.
Public methodDownloadFileTaskAsync(String, DirectoryInfo, CancellationToken) Asynchronously downloads a file from the specified URL and saves it to the specified directory.
Public methodDownloadFileTaskAsync(String, String, CancellationToken) Asynchronously downloads a file from the specified URL and saves it to the specified file name.
Top
See Also