WebClientHelper.GetData Method

HD.Common

WebClientHelperGetData Method Helper帮助文档
从指定URL下载数据

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

public byte[] GetData(
	string url
)
Public Function GetData ( 
	url As String
) As Byte()
public:
array<unsigned char>^ GetData(
	String^ url
)
member GetData : 
        url : string -> byte[] 

Parameters

url
Type: SystemString
网址

Return Value

Type: Byte

[Missing <returns> documentation for "M:HD.Common.WebClientHelper.GetData(System.String)"]

See Also

Reference