HttpHelper.Post Method (String, String, Byte[], String)

DCSoft.DBUtilityGeneric

HttpHelperPost Method (String, String, Byte, String)
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 server,
	string url,
	byte[] data,
	string cookieHeader
)

Parameters

server
Type: SystemString
RefererHTTP 标头的值
url
Type: SystemString
url地址
data
Type: SystemByte
数据
cookieHeader
Type: SystemString
cookie头

Return Value

Type: Byte
返回值Byte数组
See Also