C# Class SaveDouban.DownloadSong

Show file Open project: jasine/SaveDouban Class Usage Examples

Public Methods

Method 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 method

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

Download() public method

下载红心歌曲
public Download ( ) : void
return void

DownloadSong() public method

构造方法
public DownloadSong ( string path ) : System
path string
return System

Login() public method

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

Start() public method

开始下载,另起线程
public Start ( ) : void
return void

Stop() public method

停止下载
public Stop ( ) : void
return void