Intersoft.Client.Framework Namespace : PackageDownloader Class |
The following tables list the members exposed by PackageDownloader.
Name | Description | |
---|---|---|
PackageDownloader Constructor | Initializes a new instance of PackageDownloader class. |
Name | Description | |
---|---|---|
IsInProgress | Determines whether a download operation is in progress. (Inherited from Intersoft.Client.Framework.ResourceDownloader) |
Name | Description | |
---|---|---|
Cancel | Cancel and stop the current download progress. (Inherited from Intersoft.Client.Framework.ResourceDownloader) | |
Download | Overloaded. Overridden. | |
Reset | Overridden. |
Name | Description | |
---|---|---|
OnCancelled | Called when the download operation is cancelled. (Inherited from Intersoft.Client.Framework.ResourceDownloader) | |
OnDownloaded | Overridden. | |
OnDownloading | Called when the download operation is in progress. (Inherited from Intersoft.Client.Framework.ResourceDownloader) | |
OnFailed | Called when the download operation is failed. (Inherited from Intersoft.Client.Framework.ResourceDownloader) |
Name | Description | |
---|---|---|
Cancelled | Occurs when the download operation is cancelled. (Inherited from Intersoft.Client.Framework.ResourceDownloader) | |
Downloaded | Occurs when the download operation succeeded. (Inherited from Intersoft.Client.Framework.ResourceDownloader) | |
Downloading | Occurs when the download operation is in progress. (Inherited from Intersoft.Client.Framework.ResourceDownloader) | |
Failed | Occurs when the download operation is failed. (Inherited from Intersoft.Client.Framework.ResourceDownloader) | |
PackageDownloaded |