The event handler receives an argument of type BytesTransferredEventArgs containing data related to this event. The following BytesTransferredEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ByteCount | Gets the byte count. |
| RemoteFile | Name of the file. |
| ResumeOffset | If a transfer was resumed then this property will return the byte-offset from which the transfer starts. |
IFileTransferClient Interface | EnterpriseDT.Net.Ftp Namespace