C# Class Gwupe.ServiceProxy.GwupeServiceProxy

Inheritance: IGwupeService
Datei anzeigen Open project: gwupe/Gwupe Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public DisableAutoUpgrade ( bool disableAutoUpgrade ) : void
disableAutoUpgrade bool
return void

GwupeServiceProxy() public method

public GwupeServiceProxy ( ) : System
return System

HardwareFingerprint() public method

public HardwareFingerprint ( ) : string
return string

Ping() public method

public Ping ( ) : void
return void

SetPreRelease() public method

public SetPreRelease ( bool preRelease ) : void
preRelease bool
return void

VNCStartService() public method

public VNCStartService ( ) : bool
return bool

close() public method

public close ( ) : void
return void

getServers() public method

public getServers ( ) : List
return List

saveServers() public method

public saveServers ( List servers ) : void
servers List
return void