C# Class SaveDouban.DownloadSong

Afficher le fichier Open project: jasine/SaveDouban Class Usage Examples

Méthodes publiques

Méthode Description
Downfile ( string url, string LocalPath ) : bool

下载文件

Download ( ) : void

下载红心歌曲

DownloadSong ( string path ) : System

构造方法

Login ( string name, string pwd ) : string

登录

Start ( ) : void

开始下载,另起线程

Stop ( ) : void

停止下载

Method Details

Downfile() public méthode

下载文件
public Downfile ( string url, string LocalPath ) : bool
url string 文件URL
LocalPath string 存放路径
Résultat bool

Download() public méthode

下载红心歌曲
public Download ( ) : void
Résultat void

DownloadSong() public méthode

构造方法
public DownloadSong ( string path ) : System
path string
Résultat System

Login() public méthode

登录
public Login ( string name, string pwd ) : string
name string 用户名
pwd string 密码
Résultat string

Start() public méthode

开始下载,另起线程
public Start ( ) : void
Résultat void

Stop() public méthode

停止下载
public Stop ( ) : void
Résultat void