Occurs every time a specified number of bytes of data have been transferred.
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. |
The property, TransferNotifyInterval, determines the number of bytes sent between notifications.