C# Class comicDownLoad.HanHanManhua

Inheritance: comicDownLoad.PublicThing
Exibir arquivo Open project: schyjxy/ComicDownLoad Class Usage Examples

Public Properties

Property Type Description
hostResponse string

Public Methods

Method Description
FindComicByCategory ( string cateGoryStr ) : comicDownLoad.CategoryCollect
GetArrDs ( string hostMsg ) : string[]
GetComicInfo ( string response ) : comicDownLoad.ComicInfo
GetDownImageList ( string response ) : comicDownLoad.DownLoadComic
GetImageUrl ( string urlResponse ) : string
GetSearchComic ( string response ) : comicDownLoad.SearchResult
GetTopComic ( string response ) : Queue
GiveCategoryInfo ( string response ) : comicDownLoad.CategoryInfo
unsuan ( string input ) : string

Private Methods

Method Description
GetDomain ( int s, string hostMsg ) : string
GetKey ( string webMsg ) : string
GetUrlPar ( string name ) : string

Method Details

FindComicByCategory() public method

public FindComicByCategory ( string cateGoryStr ) : comicDownLoad.CategoryCollect
cateGoryStr string
return comicDownLoad.CategoryCollect

GetArrDs() public method

public GetArrDs ( string hostMsg ) : string[]
hostMsg string
return string[]

GetComicInfo() public method

public GetComicInfo ( string response ) : comicDownLoad.ComicInfo
response string
return comicDownLoad.ComicInfo

GetDownImageList() public method

public GetDownImageList ( string response ) : comicDownLoad.DownLoadComic
response string
return comicDownLoad.DownLoadComic

GetImageUrl() public method

public GetImageUrl ( string urlResponse ) : string
urlResponse string
return string

GetSearchComic() public method

public GetSearchComic ( string response ) : comicDownLoad.SearchResult
response string
return comicDownLoad.SearchResult

GetTopComic() public method

public GetTopComic ( string response ) : Queue
response string
return Queue

GiveCategoryInfo() public method

public GiveCategoryInfo ( string response ) : comicDownLoad.CategoryInfo
response string
return comicDownLoad.CategoryInfo

unsuan() public method

public unsuan ( string input ) : string
input string
return string

Property Details

hostResponse public_oe property

public string hostResponse
return string