Click or drag to resize
WebClientUploadStringTaskAsync Method
Overload List
  NameDescription
Public methodUploadStringTaskAsync(String, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
Public methodUploadStringTaskAsync(Uri, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
Public methodUploadStringTaskAsync(String, String, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
Public methodUploadStringTaskAsync(Uri, String, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
Top
See Also