An NDoc Documented Class Library

FTPConnection.BytesTransferred Event

Occurs every time a specified number of bytes of data have been 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.

Remarks

The property, TransferNotifyInterval, determines the number of bytes sent between notifications.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace