WebClient.UploadStringTaskAsync Method
.NET Framework 4.5
Uploads the specified string to the specified resource 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 | |
|---|---|---|
|
UploadStringTaskAsync(String, String) | Uploads the specified string to the specified resource as an asynchronous operation using a task object. |
|
UploadStringTaskAsync(Uri, String) | Uploads the specified string to the specified resource as an asynchronous operation using a task object. |
|
UploadStringTaskAsync(String, String, String) | Uploads the specified string to the specified resource as an asynchronous operation using a task object. |
|
UploadStringTaskAsync(Uri, String, String) | Uploads the specified string to the specified resource as an asynchronous operation using a task object. |