WebClient::UploadDataTaskAsync Method

.NET Framework (current version)
 

Uploads a data buffer that contains a Byte array to the URI specified 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_pubmethodUploadDataTaskAsync(String^, array<Byte>^)

Uploads a data buffer that contains a Byte array to the URI specified as an asynchronous operation using a task object.

System_CAPS_pubmethodUploadDataTaskAsync(String^, String^, array<Byte>^)

Uploads a data buffer that contains a Byte array to the URI specified as an asynchronous operation using a task object.

System_CAPS_pubmethodUploadDataTaskAsync(Uri^, array<Byte>^)

Uploads a data buffer that contains a Byte array to the URI specified as an asynchronous operation using a task object.

System_CAPS_pubmethodUploadDataTaskAsync(Uri^, String^, array<Byte>^)

Uploads a data buffer that contains a Byte array to the URI specified as an asynchronous operation using a task object.

Return to top
Show: