Creates a new args instance.

Namespace: Jscape.Scp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public ScpTransferProgressEventArgs(
	string filename,
	long bytes,
	long totalBytes,
	int mode
)
Visual Basic
Public Sub New ( _
	filename As String, _
	bytes As Long, _
	totalBytes As Long, _
	mode As Integer _
)
Visual C++
public:
ScpTransferProgressEventArgs(
	String^ filename, 
	long long bytes, 
	long long totalBytes, 
	int mode
)

Parameters

filename
Type: System..::..String
bytes
Type: System..::..Int64
the bytes transferred
totalBytes
Type: System..::..Int64
the total bytes to transfer
mode
Type: System..::..Int32
the transfer mode

See Also