C# Class Upac.GoogleSiteSearch.Utility.WebUtility

Utility for performing common HTTP actions.
Afficher le fichier Open project: 1508/upac-for-umbraco

Méthodes publiques

Méthode 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 méthode

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
Résultat WebpageResponse