C# Class Jackett.Indexers.BestFriends

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

Private Properties

Property Type Description

Public Methods

Method Description
ApplyConfiguration ( JToken configJson ) : Task
BestFriends ( IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps ) : Jackett.Utils.Clients
GetConfigurationForSetup ( ) : Task
PerformQuery ( TorznabQuery query ) : Task>

Method Details

ApplyConfiguration() public method

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

BestFriends() public method

public BestFriends ( IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps ) : Jackett.Utils.Clients
i IIndexerManagerService
wc Jackett.Utils.Clients.IWebClient
l Logger
ps IProtectionService
return Jackett.Utils.Clients

GetConfigurationForSetup() public method

public GetConfigurationForSetup ( ) : Task
return Task

PerformQuery() public method

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