C# 클래스 WebHelpers.WebHelper

파일 보기 프로젝트 열기: gzb1985/doumi

공개 메소드들

메소드 설명
BookParse ( string xmlFile ) : List
ConvertExtendedAscii ( string rawHtml ) : string
DownloadBookInfo ( string url, Action onContentReady, System.Action onConnectionFailed, Action onProgressChanged ) : void
DownloadBookReviewDetail ( string url, Action onContentReady, System.Action onConnectionFailed, Action onProgressChanged ) : void
DownloadBookReviews ( string url, Action onContentReady, System.Action onConnectionFailed, Action onProgressChanged ) : void
DownloadString ( string url, Action onDownloadCompleted, System.Action onConnectionFailed, Action onProgressChanged ) : void
GetBookBuyInfo ( string url, Action onContentReady, System.Action onConnectionFailed, Action onProgressChanged ) : void
InternetIsAvailable ( ) : bool
InternetIsAvailableNotify ( ) : bool
ReviewsParse ( string xmlFile ) : List
SearchBook ( string url, Action onContentReady, System.Action onConnectionFailed, Action onProgressChanged ) : void
WebHelper ( ) : System

비공개 메소드들

메소드 설명
IsThemeDark ( ) : bool
ParseBookReviewDetail ( string rawHtml ) : string
ParseBuyLinks ( string rawHtmlInfo ) : List
ShowUnexpectedError ( ) : void

메소드 상세

BookParse() 공개 메소드

public BookParse ( string xmlFile ) : List
xmlFile string
리턴 List

ConvertExtendedAscii() 공개 정적인 메소드

public static ConvertExtendedAscii ( string rawHtml ) : string
rawHtml string
리턴 string

DownloadBookInfo() 공개 메소드

public DownloadBookInfo ( string url, Action onContentReady, System.Action onConnectionFailed, Action onProgressChanged ) : void
url string
onContentReady Action
onConnectionFailed System.Action
onProgressChanged Action
리턴 void

DownloadBookReviewDetail() 공개 메소드

public DownloadBookReviewDetail ( string url, Action onContentReady, System.Action onConnectionFailed, Action onProgressChanged ) : void
url string
onContentReady Action
onConnectionFailed System.Action
onProgressChanged Action
리턴 void

DownloadBookReviews() 공개 메소드

public DownloadBookReviews ( string url, Action onContentReady, System.Action onConnectionFailed, Action onProgressChanged ) : void
url string
onContentReady Action
onConnectionFailed System.Action
onProgressChanged Action
리턴 void

DownloadString() 공개 메소드

public DownloadString ( string url, Action onDownloadCompleted, System.Action onConnectionFailed, Action onProgressChanged ) : void
url string
onDownloadCompleted Action
onConnectionFailed System.Action
onProgressChanged Action
리턴 void

GetBookBuyInfo() 공개 메소드

public GetBookBuyInfo ( string url, Action onContentReady, System.Action onConnectionFailed, Action onProgressChanged ) : void
url string
onContentReady Action
onConnectionFailed System.Action
onProgressChanged Action
리턴 void

InternetIsAvailable() 공개 정적인 메소드

public static InternetIsAvailable ( ) : bool
리턴 bool

InternetIsAvailableNotify() 공개 메소드

public InternetIsAvailableNotify ( ) : bool
리턴 bool

ReviewsParse() 공개 메소드

public ReviewsParse ( string xmlFile ) : List
xmlFile string
리턴 List

SearchBook() 공개 메소드

public SearchBook ( string url, Action onContentReady, System.Action onConnectionFailed, Action onProgressChanged ) : void
url string
onContentReady Action
onConnectionFailed System.Action
onProgressChanged Action
리턴 void

WebHelper() 공개 메소드

public WebHelper ( ) : System
리턴 System