WebClient.UploadValues Method
.NET Framework 4
Uploads a name/value collection 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 | |
|---|---|---|
|
UploadValues(String, NameValueCollection) | Uploads the specified name/value collection to the resource identified by the specified URI. |
|
UploadValues(Uri, 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, String, NameValueCollection) | Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method. |