C# 클래스 Jackett.Services.ServerService

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

공개 메소드들

메소드 설명
BasePath ( ) : string
ConvertToProxyLink ( Uri link, string serverUrl, string indexerId, string action = "dl", string file = "t.torrent" ) : Uri
Initalize ( ) : void
ReserveUrls ( bool doInstall = true ) : void
SaveConfig ( ) : void
ServerService ( IIndexerManagerService i, IProcessService p, ISerializeService s, IConfigurationService c, Logger l, IWebClient w, IUpdateService u ) : Autofac
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
LoadConfig ( ) : void
RunNetSh ( string args ) : void

메소드 상세

BasePath() 공개 메소드

public BasePath ( ) : string
리턴 string

ConvertToProxyLink() 공개 메소드

public ConvertToProxyLink ( Uri link, string serverUrl, string indexerId, string action = "dl", string file = "t.torrent" ) : Uri
link System.Uri
serverUrl string
indexerId string
action string
file string
리턴 System.Uri

Initalize() 공개 메소드

public Initalize ( ) : void
리턴 void

ReserveUrls() 공개 메소드

public ReserveUrls ( bool doInstall = true ) : void
doInstall bool
리턴 void

SaveConfig() 공개 메소드

public SaveConfig ( ) : void
리턴 void

ServerService() 공개 메소드

public ServerService ( IIndexerManagerService i, IProcessService p, ISerializeService s, IConfigurationService c, Logger l, IWebClient w, IUpdateService u ) : Autofac
i IIndexerManagerService
p IProcessService
s ISerializeService
c IConfigurationService
l Logger
w Jackett.Utils.Clients.IWebClient
u IUpdateService
리턴 Autofac

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void