WebClient.UploadValues Method
.NET Framework 2.0
Uploads a name/value collection to a resource with the specified URI.
| Name | Description |
|---|---|
| WebClient.UploadValues (String, NameValueCollection) | Uploads the specified name/value collection to the resource identified by the specified URI. |
| WebClient.UploadValues (Uri, NameValueCollection) | Uploads the specified name/value collection to the resource identified by the specified URI. |
| WebClient.UploadValues (String, String, NameValueCollection) | Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method. |
| WebClient.UploadValues (Uri, String, NameValueCollection) | Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method. |