This topic has not yet been rated - Rate this topic

WebClient.UploadStringAsync Method

Uploads the specified string to the specified resource. These methods do not block the calling thread.

Name Description
WebClient.UploadStringAsync (Uri, String) Uploads the specified string to the specified resource. This method does not block the calling thread.
WebClient.UploadStringAsync (Uri, String, String) Uploads the specified string to the specified resource. This method does not block the calling thread.
WebClient.UploadStringAsync (Uri, String, String, Object) Uploads the specified string to the specified resource. This method does not block the calling thread.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.