C# Class uTorrentNotifier.WebUIAPI

Mostrar archivo Open project: ejholmes/uTorrent-Notifier Class Usage Examples

Public Properties

Property Type Description
Config Config

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

PauseAll() public method

public PauseAll ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartAll() public method

public StartAll ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Timer_Tick() public method

public Timer_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

WebUIAPI() public method

public WebUIAPI ( Config config ) : System
config Config
return System

Property Details

Config public_oe property

public Config,uTorrentNotifier Config
return Config