C# Class Jackett.Indexers.Rarbg

Inheritance: IndexerInterface
Afficher le fichier Open project: WarlaxZ/Jackett

Private Properties

Свойство Type Description
AddCat void
CheckToken System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
ApplyConfiguration ( JToken configJson ) : Task
PerformQuery ( TorznabQuery query ) : Task>
PerformQuery ( TorznabQuery query, int attempts ) : Task>
Rarbg ( IIndexerManagerService i, IWebClient wc, System.Logger l, IProtectionService ps ) : Jackett.Models

Private Methods

Méthode Description
AddCat ( int cat, TorznabCategory catType, string label ) : void
CheckToken ( ) : System.Threading.Tasks.Task

Method Details

ApplyConfiguration() public méthode

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

PerformQuery() public méthode

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

PerformQuery() public méthode

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

Rarbg() public méthode

public Rarbg ( IIndexerManagerService i, IWebClient wc, System.Logger l, IProtectionService ps ) : Jackett.Models
i IIndexerManagerService
wc IWebClient
l System.Logger
ps IProtectionService
Résultat Jackett.Models