C# Class DownloadArgs, code

显示文件 Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
Filename string
Url string
client WebClient,

Public Methods

Method Description
DownloadArgs ( string u, string f, WebClient, c )

Method Details

DownloadArgs() public method

public DownloadArgs ( string u, string f, WebClient, c )
u string
f string
c WebClient,

Property Details

Filename public_oe property

public string Filename
return string

Url public_oe property

public string Url
return string

client public_oe property

public WebClient, client
return WebClient,