Called every time a specified number of bytes of data have been transferred.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
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