WebClient::UploadFileTaskAsync Method
.NET Framework (current version)
Uploads the specified local file to a resource as an asynchronous operation using a task object. These methods do not block the calling thread.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | UploadFileTaskAsync(String^, String^) | Uploads the specified local file to a resource as an asynchronous operation using a task object. |
![]() | UploadFileTaskAsync(String^, String^, String^) | Uploads the specified local file to a resource as an asynchronous operation using a task object. |
![]() | UploadFileTaskAsync(Uri^, String^) | Uploads the specified local file to a resource as an asynchronous operation using a task object. |
![]() | UploadFileTaskAsync(Uri^, String^, String^) | Uploads the specified local file to a resource as an asynchronous operation using a task object. |
Show:
