The UploadProgress type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Active |
Gets a value that indicates whether the session is active.
| |
| CurrentFile |
Gets the current upload file.
| |
| EllapsedTime |
Gets the ellapsed time in second.
| |
| Progress |
Gets the progress value ranging from 0.0 to 1.0;
| |
| RecievedBytes |
Gets the recieved bytes.
| |
| RemainingTime |
Gets the remaining time in second.
| |
| Speed |
Gets the upload speed.
| |
| TotalBytes |
Gets the total bytes.
|