C# Класс WebHelpers.WebHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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