WebClient.UploadString Method
.NET Framework (current version)
Uploads the specified string to the specified resource.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | UploadString(String, 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) | Uploads the specified string to the specified resource, using the POST method. |
![]() | UploadString(Uri, String, String) | Uploads the specified string to the specified resource, using the specified method. |
Show:
