C# 클래스 Jackett.Indexers.TorrentDay

상속: BaseIndexer, IIndexer
파일 보기 프로젝트 열기: WarlaxZ/Jackett

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ApplyConfiguration ( JToken configJson ) : Task
GetConfigurationForSetup ( ) : Task
PerformQuery ( TorznabQuery query ) : Task>
TorrentDay ( IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps ) : CsQuery

메소드 상세

ApplyConfiguration() 공개 메소드

public ApplyConfiguration ( JToken configJson ) : Task
configJson JToken
리턴 Task

GetConfigurationForSetup() 공개 메소드

public GetConfigurationForSetup ( ) : Task
리턴 Task

PerformQuery() 공개 메소드

public PerformQuery ( TorznabQuery query ) : Task>
query TorznabQuery
리턴 Task>

TorrentDay() 공개 메소드

public TorrentDay ( IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps ) : CsQuery
i IIndexerManagerService
l Logger
wc IWebClient
ps IProtectionService
리턴 CsQuery