C# Class uAL.TorrentAPI

Afficher le fichier Open project: twjacobsen/uAL Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetToken ( ) : void
GetTorrents ( bool forceUpdate ) : List
NewTorrents ( ) : List

Method Details

AddTorrent() public méthode

public AddTorrent ( string fileName, string label ) : bool
fileName string
label string
Résultat bool

GetDownloadDir() public méthode

public GetDownloadDir ( ) : string
Résultat string

StopTorrents() public méthode

public StopTorrents ( ) : void
Résultat void

TorrentAPI() public méthode

public TorrentAPI ( string _host, string _userName, string _password ) : System
_host string
_userName string
_password string
Résultat System