C# 클래스 Gwupe.ServiceProxy.GwupeServiceProxy

상속: IGwupeService
파일 보기 프로젝트 열기: gwupe/Gwupe 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DisableAutoUpgrade ( bool disableAutoUpgrade ) : void
GwupeServiceProxy ( ) : System
HardwareFingerprint ( ) : string
Ping ( ) : void
SetPreRelease ( bool preRelease ) : void
VNCStartService ( ) : bool
close ( ) : void
getServers ( ) : List
saveServers ( List servers ) : void

메소드 상세

DisableAutoUpgrade() 공개 메소드

public DisableAutoUpgrade ( bool disableAutoUpgrade ) : void
disableAutoUpgrade bool
리턴 void

GwupeServiceProxy() 공개 메소드

public GwupeServiceProxy ( ) : System
리턴 System

HardwareFingerprint() 공개 메소드

public HardwareFingerprint ( ) : string
리턴 string

Ping() 공개 메소드

public Ping ( ) : void
리턴 void

SetPreRelease() 공개 메소드

public SetPreRelease ( bool preRelease ) : void
preRelease bool
리턴 void

VNCStartService() 공개 메소드

public VNCStartService ( ) : bool
리턴 bool

close() 공개 메소드

public close ( ) : void
리턴 void

getServers() 공개 메소드

public getServers ( ) : List
리턴 List

saveServers() 공개 메소드

public saveServers ( List servers ) : void
servers List
리턴 void