WebClient.UploadValuesTaskAsync Method
.NET Framework 4.5
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.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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(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(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, String, NameValueCollection) | Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object. |