Метод | Описание | |
---|---|---|
BookParse ( string xmlFile ) : List |
||
ConvertExtendedAscii ( string rawHtml ) : string | ||
DownloadBookInfo ( string url, Action |
||
DownloadBookReviewDetail ( string url, Action |
||
DownloadBookReviews ( string url, Action |
||
DownloadString ( string url, Action |
||
GetBookBuyInfo ( string url, Action |
||
InternetIsAvailable ( ) : bool | ||
InternetIsAvailableNotify ( ) : bool | ||
ReviewsParse ( string xmlFile ) : List |
||
SearchBook ( string url, Action |
||
WebHelper ( ) : System |
Метод | Описание | |
---|---|---|
IsThemeDark ( ) : bool | ||
ParseBookReviewDetail ( string rawHtml ) : string | ||
ParseBuyLinks ( string rawHtmlInfo ) : List |
||
ShowUnexpectedError ( ) : void |
public BookParse ( string xmlFile ) : List |
||
xmlFile | string | |
Результат | List |
public static ConvertExtendedAscii ( string rawHtml ) : string | ||
rawHtml | string | |
Результат | string |
public DownloadBookInfo ( string url, Action |
||
url | string | |
onContentReady | Action |
|
onConnectionFailed | System.Action | |
onProgressChanged | Action |
|
Результат | void |
public DownloadBookReviewDetail ( string url, Action |
||
url | string | |
onContentReady | Action |
|
onConnectionFailed | System.Action | |
onProgressChanged | Action |
|
Результат | void |
public DownloadBookReviews ( string url, Action |
||
url | string | |
onContentReady | Action |
|
onConnectionFailed | System.Action | |
onProgressChanged | Action |
|
Результат | void |
public DownloadString ( string url, Action |
||
url | string | |
onDownloadCompleted | Action |
|
onConnectionFailed | System.Action | |
onProgressChanged | Action |
|
Результат | void |
public GetBookBuyInfo ( string url, Action |
||
url | string | |
onContentReady | Action |
|
onConnectionFailed | System.Action | |
onProgressChanged | Action |
|
Результат | void |
public static InternetIsAvailable ( ) : bool | ||
Результат | bool |
public InternetIsAvailableNotify ( ) : bool | ||
Результат | bool |
public ReviewsParse ( string xmlFile ) : List |
||
xmlFile | string | |
Результат | List |
public SearchBook ( string url, Action |
||
url | string | |
onContentReady | Action |
|
onConnectionFailed | System.Action | |
onProgressChanged | Action |
|
Результат | void |