C# Class Hugula.Update.WebDownload

Inheritance: System.Net.WebClient
ファイルを表示 Open project: tenvick/hugula Class Usage Examples

Public Methods

Method Description
WebDownload ( ) : System
WebDownload ( int timeout ) : System

Protected Methods

Method Description
GetWebRequest ( Uri address ) : WebRequest

Method Details

GetWebRequest() protected method

protected GetWebRequest ( Uri address ) : WebRequest
address System.Uri
return System.Net.WebRequest

WebDownload() public method

public WebDownload ( ) : System
return System

WebDownload() public method

public WebDownload ( int timeout ) : System
timeout int
return System