Intersoft.Client.Framework Namespace : ResourceDownloader Class |
The following tables list the members exposed by ResourceDownloader.
Name | Description | |
---|---|---|
![]() | ResourceDownloader Constructor | Initializes a new instance of ResourceDownloader class. |
Name | Description | |
---|---|---|
![]() | IsInProgress | Determines whether a download operation is in progress. |
Name | Description | |
---|---|---|
![]() | Cancel | Cancel and stop the current download progress. |
![]() | Download | Start the download operation for the resource. |
![]() | Reset | Reset the download state after cancellation or completion. |
Name | Description | |
---|---|---|
![]() | OnCancelled | Called when the download operation is cancelled. |
![]() | OnDownloaded | Called when the download operation succeeded. |
![]() | OnDownloading | Called when the download operation is in progress. |
![]() | OnFailed | Called when the download operation is failed. |
Name | Description | |
---|---|---|
![]() | Cancelled | Occurs when the download operation is cancelled. |
![]() | Downloaded | Occurs when the download operation succeeded. |
![]() | Downloading | Occurs when the download operation is in progress. |
![]() | Failed | Occurs when the download operation is failed. |