C# 클래스 NanoByte.Common.Net.WebClientTimeout

Adds a customizable timout to WebClient.
상속: System.Net.WebClient
파일 보기 프로젝트 열기: nano-byte/common 1 사용 예제들

공개 메소드들

메소드 설명
WebClientTimeout ( ) : System

Creates a new WebClient using DefaultTimeout.

WebClientTimeout ( int timeout ) : System

Creates a new WebClient.

보호된 메소드들

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

메소드 상세

GetWebRequest() 보호된 메소드

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

WebClientTimeout() 공개 메소드

Creates a new WebClient using DefaultTimeout.
public WebClientTimeout ( ) : System
리턴 System

WebClientTimeout() 공개 메소드

Creates a new WebClient.
public WebClientTimeout ( int timeout ) : System
timeout int The length of time, in milliseconds, before requests made by this time out.
리턴 System