C# 클래스 Bloom.Api.WebClientWithTimeout

the base class waits for 30 seconds, which is too long for local thing like we are doing
상속: System.Net.WebClient
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

공개 메소드들

메소드 설명
WebClientWithTimeout ( ) : System
WebClientWithTimeout ( int timeout ) : System

보호된 메소드들

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

메소드 상세

GetWebRequest() 보호된 메소드

protected GetWebRequest ( Uri address ) : WebRequest
address System.Uri
리턴 System.Net.WebRequest

WebClientWithTimeout() 공개 메소드

public WebClientWithTimeout ( ) : System
리턴 System

WebClientWithTimeout() 공개 메소드

public WebClientWithTimeout ( int timeout ) : System
timeout int
리턴 System