Click or drag to resize
WebClientUploadString Method
Overload List
  NameDescription
Public methodUploadString(String, String)
Uploads the specified string to the specified resource, using the POST method.
Public methodUploadString(Uri, String)
Uploads the specified string to the specified resource, using the POST method.
Public methodUploadString(String, String, String)
Uploads the specified string to the specified resource, using the specified method.
Public methodUploadString(Uri, String, String)
Uploads the specified string to the specified resource, using the specified method.
Top
See Also