Click or drag to resize
BytesTransferredEventArgs Fields

The BytesTransferredEventArgs type exposes the following members.

Fields
  NameDescription
Public fieldBytesTotal
Gets the total number of bytes to be transferred.
Public fieldBytesTransferred
Gets the number of bytes transferred so far by the current transfer.
Public fieldCancel
When set to true by an event handler that receives an instance of this object, signals to the file transfer process that the transfer should be cancelled.
Top
See Also