DownloadStatus Class |
Namespace: GLNeuroTech.Devices.Common
The DownloadStatus type exposes the following members.
Name | Description | |
---|---|---|
DownloadStatus | Initializes a new instance of the DownloadStatus class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Aborted |
Indicates whether the download was aborted.
| |
BytesReceived |
The number of bytes received so far during the download process.
| |
CurrentFileName |
The name of the file currently being downloaded.
| |
CurrentFileSize |
The size of the file currently being downloaded.
| |
FileBytesReceived |
The number of bytes received of the currently downloading file.
Remarks For multiple file downloads, this number resets with each new file that is received.
| |
FileCompletionPercent |
The completion percent, from 0 to 100, of the currently downloading file.
| |
Finished |
Indicates whether the current download has completed.
| |
TotalCompletionPercent |
The completion percentage of the total download.
| |
TotalFileBytes |
The total number of bytes that are to be transmitted across all files.
|