edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Constructor

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public BytesTransferredEventArgs(
	string remoteDirectory,
	string remoteFile,
	long byteCount,
	long resumeOffset
)
Visual Basic
Public Sub New ( _
	remoteDirectory As String, _
	remoteFile As String, _
	byteCount As Long, _
	resumeOffset As Long _
)
Visual C++
public:
BytesTransferredEventArgs(
	String^ remoteDirectory, 
	String^ remoteFile, 
	long long byteCount, 
	long long resumeOffset
)

Parameters

remoteDirectory
Type: System..::..String
Remote directory.
remoteFile
Type: System..::..String
The name of the file being transferred, or the name of the directory if it is a directory listing.
byteCount
Type: System..::..Int64
The current count of bytes transferred.
resumeOffset
Type: System..::..Int64
File position at which the transfer was resumed (0 of not resumed).

See Also