WebClient.DownloadFileTaskAsync Method
.NET Framework 4.5
Downloads the specified resource to a local file as an asynchronous operation using a task object. These methods do not block the calling thread.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DownloadFileTaskAsync(String, String) | Downloads the specified resource to a local file as an asynchronous operation using a task object. |
|
DownloadFileTaskAsync(Uri, String) | Downloads the specified resource to a local file as an asynchronous operation using a task object. |