C# 클래스 Upac.GoogleSiteSearch.Utility.WebUtility

Utility for performing common HTTP actions.
파일 보기 프로젝트 열기: 1508/upac-for-umbraco

공개 메소드들

메소드 설명
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