C# Class QianQianLrc.QianQianLrcer

Mostra file Open project: jasine/SaveDouban Class Usage Examples

Public Properties

Property Type Description
DownloadPath string
SearchPath string

Public Methods

Method Description
DownloadLrc ( string singer, string title ) : string
QianQianLrcer ( bool needproxy ) : System
RequestALink ( string link ) : string
SearchLrc ( string singer, string title ) : XmlDocument

Protected Methods

Method Description
OnInitializeProxy ( ) : void
OnSelectSong ( XmlNodeList list ) : void
OnWebException ( WebException ex ) : void

Method Details

DownloadLrc() public method

public DownloadLrc ( string singer, string title ) : string
singer string
title string
return string

OnInitializeProxy() protected method

protected OnInitializeProxy ( ) : void
return void

OnSelectSong() protected method

protected OnSelectSong ( XmlNodeList list ) : void
list System.Xml.XmlNodeList
return void

OnWebException() protected method

protected OnWebException ( WebException ex ) : void
ex System.Net.WebException
return void

QianQianLrcer() public method

public QianQianLrcer ( bool needproxy ) : System
needproxy bool
return System

RequestALink() public method

public RequestALink ( string link ) : string
link string
return string

SearchLrc() public method

public SearchLrc ( string singer, string title ) : XmlDocument
singer string
title string
return System.Xml.XmlDocument

Property Details

DownloadPath public_oe static_oe property

public static string DownloadPath
return string

SearchPath public_oe static_oe property

public static string SearchPath
return string