Method | Description | |
---|---|---|
HideOverlay ( ) : void |
Overlay management for MetroMessageBoxViewModel.
|
|
IsAdministrator ( ) : bool |
Check if the current user has administrative privileges.
|
|
MainViewModel ( ) : System |
MainViewModel construcor for XAML.
|
|
NetworkCardClicked ( LocalNetworkInterface localNetworkInterface ) : void |
Click event for the network cards.
|
|
OpenPluginManager ( ) : void | ||
RefreshResolverListAsync ( ) : void |
Refresh the resolver list from the newest csv file.
|
|
SavePrimaryPort ( ) : void | ||
ShowOverlay ( ) : void |
Overlay management for MetroMessageBoxViewModel.
|
|
UninstallServices ( ) : void |
Uninstall all installed dnscrypt-proxy services.
|
Method | Description | |
---|---|---|
ConvertProxyEntryToParameter ( |
||
HandleGlobalResolver ( bool actAsGlobalGateway ) : void | ||
HandleService ( DnsCryptProxyType dnsCryptProxyType ) : void | ||
LoadNetworkCards ( ) : void |
Load the local network cards.
|
|
MainViewModel ( IWindowManager windowManager, IEventAggregator eventAggregator ) : System | ||
ReloadResolver ( DnsCryptProxyType dnsCryptProxyType ) : void | ||
RestartService ( DnsCryptProxyType dnsCryptProxyType ) : void | ||
UpdateAsync ( ) : void |
Method to check if there is a new application version available.
|
|
ValidateDnsCryptProxyFolder ( ) : bool |
Check the dnscrypt-proxy directory on completeness.
|
public NetworkCardClicked ( LocalNetworkInterface localNetworkInterface ) : void | ||
localNetworkInterface | LocalNetworkInterface | The clicked network card. |
return | void |