WebClient::DownloadFileAsync Method
.NET Framework (current version)
Downloads the specified resource to a local file as an asynchronous operation and returns a task object. These methods do not block the calling thread.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | DownloadFileAsync(Uri^, String^) | Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread. |
![]() | DownloadFileAsync(Uri^, String^, Object^) | Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread. |
Show:
