C# 클래스 Jackett.Indexers.TorrentLeech

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

Private Properties

프로퍼티 타입 설명
DoLogin System.Threading.Tasks.Task

공개 메소드들

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

비공개 메소드들

메소드 설명
DoLogin ( ) : System.Threading.Tasks.Task

메소드 상세

ApplyConfiguration() 공개 메소드

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

PerformQuery() 공개 메소드

public PerformQuery ( TorznabQuery query ) : Task>
query Jackett.Models.TorznabQuery
리턴 Task>

TorrentLeech() 공개 메소드

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