WebClient::UploadStringTaskAsync Method
.NET Framework (current version)
Uploads the specified string to the specified resource as an asynchronous operation using a task object. These methods do not block the calling thread.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | UploadStringTaskAsync(String^, 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^) | 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. |
Show:
