WebClient.UploadString Method
.NET Framework 3.5
Uploads the specified string to the specified resource.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UploadString(String, String) | Uploads the specified string to the specified resource, using the POST method. |
|
UploadString(Uri, String) | Uploads the specified string to the specified resource, using the POST method. |
|
UploadString(String, String, String) | Uploads the specified string to the specified resource, using the specified method. |
|
UploadString(Uri, String, String) | Uploads the specified string to the specified resource, using the specified method. |