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