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

C#
public static byte[] Post( string url, byte[] data )
Parameters
- url
- Type: SystemString
url地址 - data
- Type: SystemByte
数据
Return Value
Type: Byte返回值Byte数组
