C# Class uTorrentNotifier.WebUIAPI

Afficher le fichier Open project: ejholmes/uTorrent-Notifier Class Usage Examples

Méthodes publiques

Свойство Type Description
Config Config

Méthodes publiques

Méthode Description
Dispose ( ) : void
PauseAll ( ) : void
Start ( ) : void
StartAll ( ) : void
Stop ( ) : void
Timer_Tick ( object sender, EventArgs e ) : void
WebUIAPI ( Config config ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
FindDone ( ) : List
FindNew ( ) : List
Get ( string get ) : string
GetToken ( ) : string
ListTorrents ( ) : List
Send ( string>.KeyValuePair args ) : string
Send ( string action, string>.KeyValuePair args ) : string

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

PauseAll() public méthode

public PauseAll ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartAll() public méthode

public StartAll ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Timer_Tick() public méthode

public Timer_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

WebUIAPI() public méthode

public WebUIAPI ( Config config ) : System
config Config
Résultat System

Property Details

Config public_oe property

public Config,uTorrentNotifier Config
Résultat Config