The UploadStatus type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetType | Gets the Type of the current instance. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BytesPerSecond |
Gets the current data transfer rate of last uploaded chunk, in bytes per second.
| |
| BytesPerSecondAvg |
Gets the average data transfer rate of an upload, in bytes per second.
| |
| CurrentFileName |
Gets the file name and extension of the client file path string.
| |
| CurrentFileUploadedBytes |
Gets the processed bytes of the current uploading file.
| |
| ElapsedTime |
Gets the value that represents the elapsed time of an upload process.
| |
| EndTime |
Gets the value that represents the time when upload process finished.
| |
| PercentsDone |
Gets the progress, in percents, of the upload process.
| |
| RemainingTime |
Gets the value that represents the estimated time, in seconds, when an upload process will be finished.
| |
| StartTime |
Gets the value that represents the time when upload process started.
| |
| State |
Gets the state of an Upload object with which the UploadStatus inctanse is associated.
| |
| TotalBytes |
Gets the total upload size, in bytes.
| |
| UploadedBytes |
Gets the number of bytes which were uploaded so far.
| |
| UploadedFilesCount |
Gets the count of the files which were uploaded to a server.
| |
| UploadID |
Gets the unique identifier of the Upload object with which the UploadStatus class instance is associated.
| |
| UserAgent |
Gets the raw user agent string of the client browser.
| |
| UserHostAdress |
Gets the IP host address of the remote client.
| |
| UserHostName |
Gets the DNS name of the remote client.
|
