This topic has not yet been rated - Rate this topic

WebClient.UploadString Method

Uploads the specified string to the specified resource.
Name Description
WebClient.UploadString (String, String) Uploads the specified string to the specified resource, using the POST method.
WebClient.UploadString (Uri, String) Uploads the specified string to the specified resource, using the POST method.
WebClient.UploadString (String, String, String) Uploads the specified string to the specified resource, using the specified method.
WebClient.UploadString (Uri, String, String) Uploads the specified string to the specified resource, using the specified method.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.