类库说明文档
![]() | 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)

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数组
