C# 클래스 AdvancedLauncher.Tools.WebClientEx

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

공개 메소드들

메소드 설명
CreateHTTPRequest ( Uri url, int timeOut = null ) : WebRequest
DownloadContent ( ILogManager logManager, string url, int timeOut = null ) : string
DownloadContent ( ILogManager logManager, string url, int tryAttempts, int timeOut ) : string
DownloadContent ( string url, int timeOut = null ) : string
DownloadContent ( string url, int tryAttempts, int timeOut ) : string
WebClientEx ( ) : System
WebClientEx ( int timeout ) : System

보호된 메소드들

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

메소드 상세

CreateHTTPRequest() 공개 정적인 메소드

public static CreateHTTPRequest ( Uri url, int timeOut = null ) : WebRequest
url System.Uri
timeOut int
리턴 System.Net.WebRequest

DownloadContent() 공개 정적인 메소드

public static DownloadContent ( ILogManager logManager, string url, int timeOut = null ) : string
logManager ILogManager
url string
timeOut int
리턴 string

DownloadContent() 공개 정적인 메소드

public static DownloadContent ( ILogManager logManager, string url, int tryAttempts, int timeOut ) : string
logManager ILogManager
url string
tryAttempts int
timeOut int
리턴 string

DownloadContent() 공개 정적인 메소드

public static DownloadContent ( string url, int timeOut = null ) : string
url string
timeOut int
리턴 string

DownloadContent() 공개 정적인 메소드

public static DownloadContent ( string url, int tryAttempts, int timeOut ) : string
url string
tryAttempts int
timeOut int
리턴 string

GetWebRequest() 보호된 메소드

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

WebClientEx() 공개 메소드

public WebClientEx ( ) : System
리턴 System

WebClientEx() 공개 메소드

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