WebClient.UploadData Method
.NET Framework 2.0
Uploads a data buffer to a resource with the specified URI.
| Name | Description |
|---|---|
| WebClient.UploadData (String, Byte[]) | Uploads a data buffer to a resource identified by a URI. |
| WebClient.UploadData (Uri, Byte[]) | Uploads a data buffer to a resource identified by a URI. |
| WebClient.UploadData (String, String, Byte[]) | Uploads a data buffer to the specified resource, using the specified method. |
| WebClient.UploadData (Uri, String, Byte[]) | Uploads a data buffer to the specified resource, using the specified method. |