In The Hand LtdIn The Hand
UploadFile Method (sourceFileName, address, userName, password)
NamespacesInTheHand.VisualBasic.DevicesNetworkUploadFile(String, Uri, String, String)
.NET Components for Mobility
Sends the specified file to the specified host address.
Declaration Syntax
C#Visual Basic
public void UploadFile(
	string sourceFileName,
	Uri address,
	string userName,
	string password
)
Public Sub UploadFile ( _
	sourceFileName As String, _
	address As Uri, _
	userName As String, _
	password As String _
)
Parameters
sourceFileName (String)
String. Path and name of file to upload. Required.
address (Uri)
String or Uri. URL, IP address, or URI of destination server. 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