edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called every time a specified number of bytes of data have been transferred.

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

Syntax

C#
protected virtual void OnBytesTransferred(
	string remoteFile,
	long byteCount,
	long resumeOffset
)
Visual Basic
Protected Overridable Sub OnBytesTransferred ( _
	remoteFile As String, _
	byteCount As Long, _
	resumeOffset As Long _
)
Visual C++
protected:
virtual void OnBytesTransferred(
	String^ remoteFile, 
	long long byteCount, 
	long long resumeOffset
)

Parameters

remoteFile
Type: System..::..String
The name of the file being transferred.
byteCount
Type: System..::..Int64
The current count of bytes transferred.
resumeOffset
Type: System..::..Int64

See Also