IInternalWebClient.

DownloadFile(Uri, string) Method

Summary

Downloads the resource with the specified URI to a local file.

Syntax

void DownloadFile(Uri address, string fileName)

Parameters

Name Type Description
address Uri The URI from which to download data.
fileName string The name of the local file that is to receive the data.

Return Value

Type Description
void