Arguments containing event details for an in-flight transfer.

C# |
public class TransferProgressArgs : EventArgs

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | TransferProgressArgs(Int64, Int64, Int64) |
The constructor takes the number of
currently transferred bytes and the
total number of bytes to be transferred
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | PercentDone |
Gets the percentage of transfer completed
|
![]() | ToString()()()() |
Returns a string representation of this object
(Overrides Object.ToString()()()().) |
![]() | TotalBytes |
Gets the total number of bytes to be transferred
|
![]() | TransferredBytes |
Gets the number of bytes transferred
|

Object | |||
![]() | EventArgs | ||
![]() | TransferProgressArgs | ||
![]() | PutObjectProgressArgs | ||
![]() | UploadPartProgressArgs | ||
![]() | WriteObjectProgressArgs | ||
![]() | UploadProgressArgs |