类库说明文档
HttpHelperGet Method (String, String, 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 server, string url, string cookieHeader )
Parameters
- server
- Type: SystemString
RefererHTTP 标头的值 - url
- Type: SystemString
URL地址 - cookieHeader
- Type: SystemString
cookiet头
Return Value
Type: Bytebyte数组
See Also