HttpHelper Class

DCSoft.DBUtilityGeneric

HttpHelper Class
HTTP帮助类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.UtilsHttpHelper

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
  NameDescription
Public methodHttpHelper
构造函数
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGet(String)
获取url内容
Public methodStatic memberGet(String, String, String)
获取url内容
Public methodStatic memberGetCookie
获取url的cookie
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetHtmlContent(String)
获取html内容
Public methodStatic memberGetHtmlContent(String, Encoding)
获取html内容
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberPost(String, Byte)
post方式获取
Public methodStatic memberPost(String, String, Byte, String)
post方式获取
Public methodToString (Inherited from Object.)
Top
See Also