The TransferProgressChangedEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyBytesTransferred
Gets the number of bytes transferred.
Public propertyProgressPercentage
Gets the asynchronous task progress percentage.
(Inherited from ProgressChangedEventArgs.)
Public propertyTotalBytesToTransfer
Gets the total number of bytes to transfer.
Public propertyUserState
Gets a unique user state.
(Inherited from ProgressChangedEventArgs.)

See Also