C# Class Jackett.Indexers.TransmitheNet

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

Private Properties

Property Type Description
DoLogin System.Threading.Tasks.Task

Public Methods

Method Description
ApplyConfiguration ( JToken configJson ) : Task
ParseResponse ( string htmlResponse ) : List
PerformQuery ( TorznabQuery query ) : Task>
TransmitheNet ( IIndexerManagerService i, Logger l, IWebClient c, IProtectionService ps ) : Jackett.Models

Private Methods

Method Description
DoLogin ( ) : System.Threading.Tasks.Task

Method Details

ApplyConfiguration() public method

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

ParseResponse() public method

public ParseResponse ( string htmlResponse ) : List
htmlResponse string
return List

PerformQuery() public method

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

TransmitheNet() public method

public TransmitheNet ( IIndexerManagerService i, Logger l, IWebClient c, IProtectionService ps ) : Jackett.Models
i IIndexerManagerService
l Logger
c Jackett.Utils.Clients.IWebClient
ps IProtectionService
return Jackett.Models