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.

Namespace:   System.Net
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodUploadStringTaskAsync(String^, String^)

Uploads the specified string to the specified resource as an asynchronous operation using a task object.

System_CAPS_pubmethodUploadStringTaskAsync(String^, String^, String^)

Uploads the specified string to the specified resource as an asynchronous operation using a task object.

System_CAPS_pubmethodUploadStringTaskAsync(Uri^, String^)

Uploads the specified string to the specified resource as an asynchronous operation using a task object.

System_CAPS_pubmethodUploadStringTaskAsync(Uri^, String^, String^)

Uploads the specified string to the specified resource as an asynchronous operation using a task object.

Return to top
Show: