C# Class Jackett.Indexers.TorrentDay

Inheritance: BaseIndexer, IIndexer
Afficher le fichier Open project: WarlaxZ/Jackett

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ApplyConfiguration ( JToken configJson ) : Task
GetConfigurationForSetup ( ) : Task
PerformQuery ( TorznabQuery query ) : Task>
TorrentDay ( IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps ) : CsQuery

Method Details

ApplyConfiguration() public méthode

public ApplyConfiguration ( JToken configJson ) : Task
configJson JToken
Résultat Task

GetConfigurationForSetup() public méthode

public GetConfigurationForSetup ( ) : Task
Résultat Task

PerformQuery() public méthode

public PerformQuery ( TorznabQuery query ) : Task>
query TorznabQuery
Résultat Task>

TorrentDay() public méthode

public TorrentDay ( IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps ) : CsQuery
i IIndexerManagerService
l Logger
wc IWebClient
ps IProtectionService
Résultat CsQuery