C# Class Jackett.Indexers.BitMeTV

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

ApplyConfiguration() public méthode

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

BitMeTV() public méthode

public BitMeTV ( IIndexerManagerService i, Logger l, IWebClient c, IProtectionService ps ) : CsQuery
i IIndexerManagerService
l Logger
c Jackett.Utils.Clients.IWebClient
ps IProtectionService
Résultat CsQuery

GetConfigurationForSetup() public méthode

public GetConfigurationForSetup ( ) : Task
Résultat Task

PerformQuery() public méthode

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