In The Hand - .NET Components for Mobility
DownloadFile Method (address, fileName)
NamespacesInTheHand.NetWebClientDownloadFile(Uri, String)
Downloads the resource with the specified URI to a local file.
Declaration Syntax
C#Visual Basic
public void DownloadFile(
	Uri address,
	string fileName
)
Public Sub DownloadFile ( _
	address As Uri, _
	fileName As String _
)
Parameters
address (Uri)
The URI specified as a String, from which to download data.
fileName (String)
The name of the local file that is to receive the data.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 2.1.0.0