0 out of 1 rated this helpful - Rate this topic

WebClient.DownloadStringAsync Method

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
Public method Supported by Silverlight for Windows Phone DownloadStringAsync(Uri) Downloads the resource at the specified Uri as a string.
Public method Supported by Silverlight for Windows Phone DownloadStringAsync(Uri, Object) Downloads the resource at the specified Uri as a string.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
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.