WebClientUploadString Method |
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.
|