An NDoc Documented Class Library

FTPClient.BytesTransferred Event

Event triggered every time TransferNotifyInterval bytes transferred.

public event BytesTransferredHandler BytesTransferred;

Event Data

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.

Implements

IFileTransferClient.BytesTransferred

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace