Méthode | Description | |
---|---|---|
DownloadInstallerAsync ( SimpleDnsCrypt.Models.Installer remoteInstaller ) : System.Threading.Tasks.Task |
Download the given installer file.
|
|
DownloadSignatureAsync ( Signature remoteSignature ) : System.Threading.Tasks.Task |
Download the given signature file.
|
|
StartUpdateAsync ( SimpleDnsCrypt.Models.Update update ) : void |
Do an update.
|
|
UpdateViewModel ( ) : System |
Xaml constructor.
|
Méthode | Description | |
---|---|---|
UpdateViewModel ( SimpleDnsCrypt.Models.Update update ) : System |
public DownloadInstallerAsync ( SimpleDnsCrypt.Models.Installer remoteInstaller ) : System.Threading.Tasks.Task | ||
remoteInstaller | SimpleDnsCrypt.Models.Installer | The installer to download. |
Résultat | System.Threading.Tasks.Task |
public DownloadSignatureAsync ( Signature remoteSignature ) : System.Threading.Tasks.Task | ||
remoteSignature | Signature | The signature to download. |
Résultat | System.Threading.Tasks.Task |
public StartUpdateAsync ( SimpleDnsCrypt.Models.Update update ) : void | ||
update | SimpleDnsCrypt.Models.Update | The update to perform. |
Résultat | void |