The UploadProgress type exposes the following members.
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.
|