C# Class Jackett.Indexers.PassThePopcorn

Inheritance: BaseIndexer, IIndexer
ファイルを表示 Open project: Jackett/Jackett

Private Properties

Property Type Description
DoLogin System.Threading.Tasks.Task

Public Methods

Method Description
ApplyConfiguration ( JToken configJson ) : Task
PassThePopcorn ( IIndexerManagerService i, Logger l, IWebClient c, IProtectionService ps ) : CsQuery
PerformQuery ( TorznabQuery query ) : Task>

Private Methods

Method Description
DoLogin ( ) : System.Threading.Tasks.Task

Method Details

ApplyConfiguration() public method

public ApplyConfiguration ( JToken configJson ) : Task
configJson JToken
return Task

PassThePopcorn() public method

public PassThePopcorn ( IIndexerManagerService i, Logger l, IWebClient c, IProtectionService ps ) : CsQuery
i IIndexerManagerService
l Logger
c Jackett.Utils.Clients.IWebClient
ps IProtectionService
return CsQuery

PerformQuery() public method

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