WebClient::UploadValues Method
.NET Framework (current version)
Uploads a name/value collection to a resource with the specified URI.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | UploadValues(String^, NameValueCollection^) | Uploads the specified name/value collection to the resource identified by the specified URI. |
![]() | UploadValues(String^, String^, NameValueCollection^) | Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method. |
![]() | UploadValues(Uri^, NameValueCollection^) | Uploads the specified name/value collection to the resource identified by the specified URI. |
![]() | UploadValues(Uri^, String^, NameValueCollection^) | Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method. |
Show:
