C# 클래스 Jackett.Indexers.TransmitheNet

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

Private Properties

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

공개 메소드들

메소드 설명
ApplyConfiguration ( JToken configJson ) : Task
ParseResponse ( string htmlResponse ) : List
PerformQuery ( TorznabQuery query ) : Task>
TransmitheNet ( IIndexerManagerService i, Logger l, IWebClient c, IProtectionService ps ) : Jackett.Models

비공개 메소드들

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

메소드 상세

ApplyConfiguration() 공개 메소드

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

ParseResponse() 공개 메소드

public ParseResponse ( string htmlResponse ) : List
htmlResponse string
리턴 List

PerformQuery() 공개 메소드

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

TransmitheNet() 공개 메소드

public TransmitheNet ( IIndexerManagerService i, Logger l, IWebClient c, IProtectionService ps ) : Jackett.Models
i IIndexerManagerService
l Logger
c Jackett.Utils.Clients.IWebClient
ps IProtectionService
리턴 Jackett.Models