Creates a new args instance.
Namespace: Jscape.SftpAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public SftpDownloadEventArgs(
string file,
long bytes,
long time
) |
Visual Basic |
---|
Public Sub New ( _
file As String, _
bytes As Long, _
time As Long _
) |
Visual C++ |
---|
public:
SftpDownloadEventArgs(
String^ file,
long long bytes,
long long time
) |
Parameters
- file
- Type: System..::..String
the target filename
- bytes
- Type: System..::..Int64
the total bytes transferred
- time
- Type: System..::..Int64
the total transfer time
See Also