C# Class Gwupe.ServiceProxy.GwupeServiceProxy

Inheritance: IGwupeService
Afficher le fichier Open project: gwupe/Gwupe Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DisableAutoUpgrade ( bool disableAutoUpgrade ) : void
GwupeServiceProxy ( ) : System
HardwareFingerprint ( ) : string
Ping ( ) : void
SetPreRelease ( bool preRelease ) : void
VNCStartService ( ) : bool
close ( ) : void
getServers ( ) : List
saveServers ( List servers ) : void

Method Details

DisableAutoUpgrade() public méthode

public DisableAutoUpgrade ( bool disableAutoUpgrade ) : void
disableAutoUpgrade bool
Résultat void

GwupeServiceProxy() public méthode

public GwupeServiceProxy ( ) : System
Résultat System

HardwareFingerprint() public méthode

public HardwareFingerprint ( ) : string
Résultat string

Ping() public méthode

public Ping ( ) : void
Résultat void

SetPreRelease() public méthode

public SetPreRelease ( bool preRelease ) : void
preRelease bool
Résultat void

VNCStartService() public méthode

public VNCStartService ( ) : bool
Résultat bool

close() public méthode

public close ( ) : void
Résultat void

getServers() public méthode

public getServers ( ) : List
Résultat List

saveServers() public méthode

public saveServers ( List servers ) : void
servers List
Résultat void