C# Class FileFind.Meshwork.SettingsBase

Inheritance: ISettings
Afficher le fichier Open project: codebutler/meshwork

Méthodes publiques

Свойство Type Description
DefaultStunServer string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ChangeKeyPassword ( string newPassword ) : void
CheckKeyPassword ( string password ) : bool
SaveSettings ( ) : void
SetKey ( string key ) : void
SyncNetworkInfo ( ) : void
SyncNetworkInfoAndSave ( ) : void
UnlockKey ( string password ) : bool

Method Details

ChangeKeyPassword() public méthode

public ChangeKeyPassword ( string newPassword ) : void
newPassword string
Résultat void

CheckKeyPassword() public méthode

public CheckKeyPassword ( string password ) : bool
password string
Résultat bool

SaveSettings() public abstract méthode

public abstract SaveSettings ( ) : void
Résultat void

SetKey() public méthode

public SetKey ( string key ) : void
key string
Résultat void

SyncNetworkInfo() public méthode

public SyncNetworkInfo ( ) : void
Résultat void

SyncNetworkInfoAndSave() public méthode

public SyncNetworkInfoAndSave ( ) : void
Résultat void

UnlockKey() public méthode

public UnlockKey ( string password ) : bool
password string
Résultat bool

Property Details

DefaultStunServer public_oe static_oe property

public static string DefaultStunServer
Résultat string