C# Класс Seringa.Engine.Utils.HtmlHelpers

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

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

Метод Описание
GetAnswerFromHtml ( string html, string query, ExploitDetails ExploitDetails, bool detailedExceptions ) : string
GetMultipleAnswersFromHtml ( string html, string query, ExploitDetails ExploitDetails, bool detailedExceptions, string>.Func resultFormatter = null ) : IList
GoogleSearch ( string search_expression, int nrResults, IProxyDetails proxyDetails, string &googleError ) : IList

Описание методов

GetAnswerFromHtml() публичный статический Метод

public static GetAnswerFromHtml ( string html, string query, ExploitDetails ExploitDetails, bool detailedExceptions ) : string
html string
query string
ExploitDetails Seringa.Engine.DataObjects.ExploitDetails
detailedExceptions bool
Результат string

GetMultipleAnswersFromHtml() публичный статический Метод

public static GetMultipleAnswersFromHtml ( string html, string query, ExploitDetails ExploitDetails, bool detailedExceptions, string>.Func resultFormatter = null ) : IList
html string
query string
ExploitDetails Seringa.Engine.DataObjects.ExploitDetails
detailedExceptions bool
resultFormatter string>.Func
Результат IList

GoogleSearch() публичный статический Метод

public static GoogleSearch ( string search_expression, int nrResults, IProxyDetails proxyDetails, string &googleError ) : IList
search_expression string
nrResults int
proxyDetails IProxyDetails
googleError string
Результат IList