0 out of 2 rated this helpful - Rate this topic

WebClient.DownloadFileAsync Method

Downloads the specified resource to a local file. These methods do not block the calling thread.

Name Description
WebClient.DownloadFileAsync (Uri, String) Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread.
WebClient.DownloadFileAsync (Uri, String, Object) Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.