WebClient Methods |
The WebClient type exposes the following members.
Name | Description | |
---|---|---|
DownloadString(String) |
Downloads the requested resource as a System.String. The resource to download
is specified as a System.String containing the URI.
| |
DownloadString(Uri) |
Downloads the requested resource as a System.String. The resource to download
is specified as a System.Uri.
| |
DownloadStringAsync |
Downloads the resource specified as a System.Uri. This method does not block
the calling thread.
| |
DownloadStringTaskAsync(String) |
Downloads the resource as a String from the URI specified as an asynchronous operation using a task object.
| |
DownloadStringTaskAsync(Uri) |
Downloads the resource as a String from the URI specified as an asynchronous operation using a task object.
| |
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
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.
| |
UploadStringAsync(Uri, String) |
Uploads the specified string to the specified resource. This method does
not block the calling thread.
| |
UploadStringAsync(Uri, String, String) |
Uploads the specified string to the specified resource. This method does
not block the calling thread.
| |
UploadStringTaskAsync(String, String) |
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
| |
UploadStringTaskAsync(Uri, String) |
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
| |
UploadStringTaskAsync(String, String, String) |
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
| |
UploadStringTaskAsync(Uri, String, String) |
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
|