C# Class uAL.TorrentAPI

Show file Open project: twjacobsen/uAL Class Usage Examples

Public Methods

Method Description
AddTorrent ( string fileName, string label ) : bool
GetDownloadDir ( ) : string
StopTorrents ( ) : void
TorrentAPI ( string _host, string _userName, string _password ) : System

Private Methods

Method Description
GetToken ( ) : void
GetTorrents ( bool forceUpdate ) : List
NewTorrents ( ) : List

Method Details

AddTorrent() public method

public AddTorrent ( string fileName, string label ) : bool
fileName string
label string
return bool

GetDownloadDir() public method

public GetDownloadDir ( ) : string
return string

StopTorrents() public method

public StopTorrents ( ) : void
return void

TorrentAPI() public method

public TorrentAPI ( string _host, string _userName, string _password ) : System
_host string
_userName string
_password string
return System