The UploadProgress type exposes the following members.

Properties

  NameDescription
Public propertyActive
Gets a value that indicates whether the session is active.
Public propertyCurrentFile
Gets the current upload file.
Public propertyEllapsedTime
Gets the ellapsed time in second.
Public propertyProgress
Gets the progress value ranging from 0.0 to 1.0;
Public propertyRecievedBytes
Gets the recieved bytes.
Public propertyRemainingTime
Gets the remaining time in second.
Public propertySpeed
Gets the upload speed.
Public propertyTotalBytes
Gets the total bytes.

See Also