C# 클래스 comicDownLoad.HanHanManhua

상속: comicDownLoad.PublicThing
파일 보기 프로젝트 열기: schyjxy/ComicDownLoad 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
hostResponse string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetDomain ( int s, string hostMsg ) : string
GetKey ( string webMsg ) : string
GetUrlPar ( string name ) : string

메소드 상세

FindComicByCategory() 공개 메소드

public FindComicByCategory ( string cateGoryStr ) : comicDownLoad.CategoryCollect
cateGoryStr string
리턴 comicDownLoad.CategoryCollect

GetArrDs() 공개 메소드

public GetArrDs ( string hostMsg ) : string[]
hostMsg string
리턴 string[]

GetComicInfo() 공개 메소드

public GetComicInfo ( string response ) : comicDownLoad.ComicInfo
response string
리턴 comicDownLoad.ComicInfo

GetDownImageList() 공개 메소드

public GetDownImageList ( string response ) : comicDownLoad.DownLoadComic
response string
리턴 comicDownLoad.DownLoadComic

GetImageUrl() 공개 메소드

public GetImageUrl ( string urlResponse ) : string
urlResponse string
리턴 string

GetSearchComic() 공개 메소드

public GetSearchComic ( string response ) : comicDownLoad.SearchResult
response string
리턴 comicDownLoad.SearchResult

GetTopComic() 공개 메소드

public GetTopComic ( string response ) : Queue
response string
리턴 Queue

GiveCategoryInfo() 공개 메소드

public GiveCategoryInfo ( string response ) : comicDownLoad.CategoryInfo
response string
리턴 comicDownLoad.CategoryInfo

unsuan() 공개 메소드

public unsuan ( string input ) : string
input string
리턴 string

프로퍼티 상세

hostResponse 공개적으로 프로퍼티

public string hostResponse
리턴 string