.NET Components for Mobility
Downloads the specified remote file and saves it in the specified location.

Declaration Syntax
public void DownloadFile(
string address,
string destinationFileName
)
Public Sub DownloadFile ( _
address As String, _
destinationFileName As String _
)

Parameters
- address (String)
- String or Uri. Path of the file to download, including file name and host address. Required.
- destinationFileName (String)
- String. File name and path of the downloaded file. Required.

Remarks
Assembly:
InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0