C# Class Jackett.Indexers.NCore

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

Private Properties

Свойство Type Description
CreateKeyValueList string>>.List
GetSearchFormData string>>.IEnumerable

Méthodes publiques

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

Private Methods

Méthode Description
CreateKeyValueList ( ) : string>>.List
GetSearchFormData ( string searchString ) : string>>.IEnumerable

Method Details

ApplyConfiguration() public méthode

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

NCore() public méthode

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

PerformQuery() public méthode

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