Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
DownloadArgs
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,