Property | Type | Description | |
---|---|---|---|
GetProgressDialogViewModel | Func |
Property | Type | Description | |
---|---|---|---|
ProgressDialog | IProgressNotifier |
Method | Description | |
---|---|---|
Cancel ( ) : void | ||
Download ( |
Downloads the resource at the URI specified by in the address parameter. When the download completes successfully, the downloaded file is named fileName on the local computer.
|
|
PerformCheckSum ( string tmpFileName, string checkSum ) : bool | ||
PerformCleanup ( IDirectory dir, string path, IFile file ) : void | ||
ProgressFileDownloader ( IDev2WebClient webClient, IFile file, ICryptoProvider cryptoProvider ) : System | ||
StartUpdate ( string fileName, bool cancelled ) : void |
Method | Description | |
---|---|---|
RehydrateDialog ( string fileName, int progressPercent, long totalBytes ) : void |
Method | Description | |
---|---|---|
DialogViewModel ( |
||
OnDownloadFileCompleted ( |
||
OnDownloadProgressChanged ( object sender, |
||
ProgressFileDownloader ( |
||
ShutdownAndInstall ( string fileName ) : void |
public Download ( |
||
address | ||
tmpFileName | string | |
dontStartUpdate | bool | |
fileName | string | |
checkSum | string | |
return | void |
public PerformCheckSum ( string tmpFileName, string checkSum ) : bool | ||
tmpFileName | string | |
checkSum | string | |
return | bool |
public static PerformCleanup ( IDirectory dir, string path, IFile file ) : void | ||
dir | IDirectory | |
path | string | |
file | IFile | |
return | void |
public ProgressFileDownloader ( IDev2WebClient webClient, IFile file, ICryptoProvider cryptoProvider ) : System | ||
webClient | IDev2WebClient | |
file | IFile | |
cryptoProvider | ICryptoProvider | |
return | System |
protected RehydrateDialog ( string fileName, int progressPercent, long totalBytes ) : void | ||
fileName | string | |
progressPercent | int | |
totalBytes | long | |
return | void |
public StartUpdate ( string fileName, bool cancelled ) : void | ||
fileName | string | |
cancelled | bool | |
return | void |
public static Func |
||
return | Func |