C# 클래스 Jackett.Services.UpdateService

상속: IUpdateService
파일 보기 프로젝트 열기: WarlaxZ/Jackett

공개 메소드들

메소드 설명
CheckForUpdatesNow ( ) : void
StartUpdateChecker ( ) : void
UpdateService ( Logger l, IWebClient c, IConfigurationService cfg, ITrayLockService ls ) : ICSharpCode.SharpZipLib.GZip

비공개 메소드들

메소드 설명
AcceptCert ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
CheckForUpdates ( ) : Task
DownloadRelease ( List assets, bool isWindows, string version ) : Task
ExePath ( ) : string
GetCurrentVersion ( ) : string
SetDownloadHeaders ( WebRequest req ) : WebRequest
StartUpdate ( string updaterExePath, string installLocation, bool isWindows ) : void
UpdateWorkerThread ( ) : void

메소드 상세

CheckForUpdatesNow() 공개 메소드

public CheckForUpdatesNow ( ) : void
리턴 void

StartUpdateChecker() 공개 메소드

public StartUpdateChecker ( ) : void
리턴 void

UpdateService() 공개 메소드

public UpdateService ( Logger l, IWebClient c, IConfigurationService cfg, ITrayLockService ls ) : ICSharpCode.SharpZipLib.GZip
l Logger
c Jackett.Utils.Clients.IWebClient
cfg IConfigurationService
ls ITrayLockService
리턴 ICSharpCode.SharpZipLib.GZip