The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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:
