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.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | UploadDataTaskAsync(String^, array<Byte>^) | Uploads a data buffer that contains a Byte array to the URI specified as an asynchronous operation using a task object. |
![]() | UploadDataTaskAsync(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. |
![]() | UploadDataTaskAsync(Uri^, array<Byte>^) | Uploads a data buffer that contains a Byte array to the URI specified as an asynchronous operation using a task object. |
![]() | UploadDataTaskAsync(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. |
Show:
