C# Класс Upac.GoogleSiteSearch.Utility.WebUtility

Utility for performing common HTTP actions.
Показать файл Открыть проект

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

Метод Описание
GetWebpage ( string url, int timeoutSeconds ) : WebpageResponse

Requests a webpage and returns the result in form of a WebpageResponse object

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

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

Requests a webpage and returns the result in form of a WebpageResponse object
public static GetWebpage ( string url, int timeoutSeconds ) : WebpageResponse
url string The url to the webpage
timeoutSeconds int Timeout in seconds
Результат WebpageResponse