C# 클래스 uAL.TorrentAPI

파일 보기 프로젝트 열기: twjacobsen/uAL 1 사용 예제들

공개 메소드들

메소드 설명
AddTorrent ( string fileName, string label ) : bool
GetDownloadDir ( ) : string
StopTorrents ( ) : void
TorrentAPI ( string _host, string _userName, string _password ) : System

비공개 메소드들

메소드 설명
GetToken ( ) : void
GetTorrents ( bool forceUpdate ) : List
NewTorrents ( ) : List

메소드 상세

AddTorrent() 공개 메소드

public AddTorrent ( string fileName, string label ) : bool
fileName string
label string
리턴 bool

GetDownloadDir() 공개 메소드

public GetDownloadDir ( ) : string
리턴 string

StopTorrents() 공개 메소드

public StopTorrents ( ) : void
리턴 void

TorrentAPI() 공개 메소드

public TorrentAPI ( string _host, string _userName, string _password ) : System
_host string
_userName string
_password string
리턴 System