C# Class Upac.GoogleSiteSearch.Utility.WebUtility

Utility for performing common HTTP actions.
Mostra file Open project: 1508/upac-for-umbraco

Public Methods

Method Description
GetWebpage ( string url, int timeoutSeconds ) : WebpageResponse

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

Method Details

GetWebpage() public static method

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
return WebpageResponse