WebClient.UploadString Method
.NET Framework 3.0
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. |