C# Класс Gwupe.Service.GwupeService

Наследование: System.ServiceProcess.ServiceBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Servers List

Открытые методы

Метод Описание
DisableAutoUpgrade ( bool disableAutoUpgrade ) : void
GwupeService ( ) : System
HardwareFingerprint ( ) : String
Ping ( ) : void
SetPreRelease ( bool preRelease ) : void
VNCStartService ( ) : bool
getServerIPs ( ) : List
saveServerIPs ( List newIPs ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnStart ( string args ) : void
OnStop ( ) : void

Приватные методы

Метод Описание
BackgroundInit ( ) : void
CheckForNewVersion ( ) : void
GetDownloadUrl ( string filename ) : string
GetRegistry ( ) : RegistryKey
GetUpdateUrl ( System.Version assemblyVersion ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsAutoUpgrade ( ) : bool
IsPreRelease ( ) : bool
SaveVersion ( ) : void
SetServiceStatus ( IntPtr handle, ServiceStatus &serviceStatus ) : bool
ValidateServerWithCA ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
WriteEventLog ( String entry ) : void
initServers ( ) : void

Описание методов

DisableAutoUpgrade() публичный Метод

public DisableAutoUpgrade ( bool disableAutoUpgrade ) : void
disableAutoUpgrade bool
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

GwupeService() публичный Метод

public GwupeService ( ) : System
Результат System

HardwareFingerprint() публичный Метод

public HardwareFingerprint ( ) : String
Результат String

OnStart() защищенный Метод

protected OnStart ( string args ) : void
args string
Результат void

OnStop() защищенный Метод

protected OnStop ( ) : void
Результат void

Ping() публичный Метод

public Ping ( ) : void
Результат void

SetPreRelease() публичный Метод

public SetPreRelease ( bool preRelease ) : void
preRelease bool
Результат void

VNCStartService() публичный Метод

public VNCStartService ( ) : bool
Результат bool

getServerIPs() публичный Метод

public getServerIPs ( ) : List
Результат List

saveServerIPs() публичный Метод

public saveServerIPs ( List newIPs ) : void
newIPs List
Результат void

Описание свойств

Servers публичное свойство

public List Servers
Результат List