HttpHelper.Post Method (String, Byte[])

DCSoft.DBUtilityGeneric

HttpHelperPost Method (String, Byte)
post方式获取

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[] Post(
	string url,
	byte[] data
)

Parameters

url
Type: SystemString
url地址
data
Type: SystemByte
数据

Return Value

Type: Byte
返回值Byte数组
See Also