类库说明文档
HttpHelper Class |
HTTP帮助类
Inheritance Hierarchy
Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public class HttpHelper
The HttpHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HttpHelper |
构造函数
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Get(String) |
获取url内容
| |
Get(String, String, String) |
获取url内容
| |
GetCookie |
获取url的cookie
| |
GetHashCode | (Inherited from Object.) | |
GetHtmlContent(String) |
获取html内容
| |
GetHtmlContent(String, Encoding) |
获取html内容
| |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Post(String, Byte) |
post方式获取
| |
Post(String, String, Byte, String) |
post方式获取
| |
ToString | (Inherited from Object.) |
See Also