WebClient.UploadDataTaskAsync Method
.NET Framework 4.5
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.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UploadDataTaskAsync(String, Byte[]) | Uploads a data buffer that contains a Byte array to the URI specified as an asynchronous operation using a task object. |
|
UploadDataTaskAsync(Uri, 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, 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, Byte[]) | Uploads a data buffer that contains a Byte array to the URI specified as an asynchronous operation using a task object. |