JHWebClient Class

DCSoft.DBUtilityGeneric

JHWebClient Class
发出对统一资源标识符 (URI) 的请求,提供对 System.Net.HttpWebRequest 的帮助实现,该类为密封类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.NetJHWebClient

Namespace: DCSoft.Utility.Net
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class JHWebClient

The JHWebClient type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDataAcquisition(String)
使用系统的当前 ANSI 代码页的编码,采集指定 url 页面的 HTML 源码
Public methodStatic memberDataAcquisition(String, Encoding)
使用指定的编码方式,采集指定 url 页面的 HTML 源码
Public methodEquals (Inherited from Object.)
Public methodStatic memberGetDataByUrl
从指定的 url 中获取文件数据流
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberIsExistsHttpFile
判断指定的 HTTP 地址的文件是否存在
Public methodToString (Inherited from Object.)
Top
See Also