In The Hand LtdIn The Hand
DownloadFile Method (address, destinationFileName, userName, password)
NamespacesInTheHand.VisualBasic.DevicesNetworkDownloadFile(Uri, String, String, String)
.NET Components for Mobility
Downloads the specified remote file and saves it in the specified location.
Declaration Syntax
C#Visual Basic
public void DownloadFile(
	Uri address,
	string destinationFileName,
	string userName,
	string password
)
Public Sub DownloadFile ( _
	address As Uri, _
	destinationFileName As String, _
	userName As String, _
	password As String _
)
Parameters
address (Uri)
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.
userName (String)
String. User name to authenticate. Default is an empty string, "".
password (String)
String.Password to authenticate. Default is an empty string, "".
Remarks

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