WebClient.DownloadStringAsync Method
Silverlight
Downloads the resource at the specified Uri as a string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DownloadStringAsync(Uri) | Downloads the resource at the specified Uri as a string. |
|
DownloadStringAsync(Uri, Object) | Downloads the resource at the specified Uri as a string. |
Beware of caching
If the server sends an Expires header in the set to a time in the future, the method may not bother to hit the server. This is particularly true on WP7.
- 5/28/2012
- Anthony Wieser