The UploadProgress type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

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