WebClient.UploadData Method
.NET Framework 4
Uploads a data buffer to a resource with the specified URI.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UploadData(String, Byte[]) | Uploads a data buffer to a resource identified by a URI. |
|
UploadData(Uri, Byte[]) | Uploads a data buffer to a resource identified by a URI. |
|
UploadData(String, String, Byte[]) | Uploads a data buffer to the specified resource, using the specified method. |
|
UploadData(Uri, String, Byte[]) | Uploads a data buffer to the specified resource, using the specified method. |