C# 클래스 uTorrentNotifier.WebUIAPI

파일 보기 프로젝트 열기: ejholmes/uTorrent-Notifier 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Config Config

공개 메소드들

메소드 설명
Dispose ( ) : void
PauseAll ( ) : void
Start ( ) : void
StartAll ( ) : void
Stop ( ) : void
Timer_Tick ( object sender, EventArgs e ) : void
WebUIAPI ( Config config ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
FindDone ( ) : List
FindNew ( ) : List
Get ( string get ) : string
GetToken ( ) : string
ListTorrents ( ) : List
Send ( string>.KeyValuePair args ) : string
Send ( string action, string>.KeyValuePair args ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

PauseAll() 공개 메소드

public PauseAll ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartAll() 공개 메소드

public StartAll ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Timer_Tick() 공개 메소드

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

WebUIAPI() 공개 메소드

public WebUIAPI ( Config config ) : System
config Config
리턴 System

프로퍼티 상세

Config 공개적으로 프로퍼티

public Config,uTorrentNotifier Config
리턴 Config