0 out of 1 rated this helpful - Rate this topic

WebClient.UploadValues Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.