HttpHelper.Get Method (String)

DCSoft.DBUtilityGeneric

HttpHelperGet Method (String)
获取url内容

Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static byte[] Get(
	string url
)

Parameters

url
Type: SystemString
url地址

Return Value

Type: Byte
byte数组
See Also