C# Class Jackett.Indexers.HDTorrents

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

Private Properties

Property Type Description

Public Methods

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

Method Details

ApplyConfiguration() public method

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

HDTorrents() public method

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

PerformQuery() public method

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