FileDownloadManager Class |
Namespace: Emgu.Models
The FileDownloadManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileDownloadManager |
Create a file download manager
|
Name | Description | |
---|---|---|
![]() | AllFilesDownloaded |
Return true if all files has been downloaded and are valid.
|
![]() | Files |
Get the files that will be downloaded by this download manager.
|
Name | Description | |
---|---|---|
![]() | AddFile(DownloadableFile) |
Add a file to download
|
![]() | AddFile(String, String, String) |
Add a file to download
|
![]() | Clear |
Clear the list of files
|
![]() | Download |
Download the files.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | OnDownloadProgressChanged |
This event will be fired when the download progress is changed
|