C# 클래스 GoogleApi.Web.WebClientTimeout

WebClient class.
상속: System.Net.WebClient
파일 보기 프로젝트 열기: vivet/GoogleApi 1 사용 예제들

공개 메소드들

메소드 설명
WebClientTimeout ( System.TimeSpan timeout ) : System

Constructor, setting custom timeout.

보호된 메소드들

메소드 설명
GetWebRequest ( Uri uri ) : WebRequest

Returns a T:System.Net.WebRequest object for the specified resource.

메소드 상세

GetWebRequest() 보호된 메소드

Returns a T:System.Net.WebRequest object for the specified resource.
protected GetWebRequest ( Uri uri ) : WebRequest
uri System.Uri A that identifies the resource to request.
리턴 System.Net.WebRequest

WebClientTimeout() 공개 메소드

Constructor, setting custom timeout.
public WebClientTimeout ( System.TimeSpan timeout ) : System
timeout System.TimeSpan
리턴 System