WebClientHelper.DownloadFile Method

HD.Common

WebClientHelperDownloadFile Method Helper帮助文档
下载文件

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void DownloadFile(
	string url,
	string filename
)
Public Sub DownloadFile ( 
	url As String,
	filename As String
)
public:
void DownloadFile(
	String^ url, 
	String^ filename
)
member DownloadFile : 
        url : string * 
        filename : string -> unit 

Parameters

url
Type: SystemString
文件URL地址
filename
Type: SystemString
文件保存完整路径
See Also

Reference