Creates a new args instance.

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

Syntax

C#
public ScpFileDownloadedEventArgs(
	string filename,
	long bytes,
	long time
)
Visual Basic
Public Sub New ( _
	filename As String, _
	bytes As Long, _
	time As Long _
)
Visual C++
public:
ScpFileDownloadedEventArgs(
	String^ filename, 
	long long bytes, 
	long long time
)

Parameters

filename
Type: System..::..String
the target filename
bytes
Type: System..::..Int64
the total bytes transferred
time
Type: System..::..Int64
the total transfer time

See Also