WebClient::UploadData Method
.NET Framework (current version)
Uploads a data buffer to a resource with the specified URI.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | UploadData(String^, array<Byte>^) | Uploads a data buffer to a resource identified by a URI. |
![]() | UploadData(String^, String^, array<Byte>^) | Uploads a data buffer to the specified resource, using the specified method. |
![]() | UploadData(Uri^, array<Byte>^) | Uploads a data buffer to a resource identified by a URI. |
![]() | UploadData(Uri^, String^, array<Byte>^) | Uploads a data buffer to the specified resource, using the specified method. |
Show:
