WebClient::UploadValuesTaskAsync Method
Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object. These methods do not block the calling thread.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | UploadValuesTaskAsync(String^, NameValueCollection^) | Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object. |
![]() | UploadValuesTaskAsync(String^, String^, NameValueCollection^) | Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object. |
![]() | UploadValuesTaskAsync(Uri^, NameValueCollection^) | Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object. |
![]() | UploadValuesTaskAsync(Uri^, String^, NameValueCollection^) | Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object. |
