WebClient.UploadStringAsync Method
.NET Framework 2.0
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. |