Click or drag to resize

HtmlWebResponse Class

Represents a web response for a request that returned HTML.
Inheritance Hierarchy

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public class HtmlWebResponse : TextWebResponse

The HtmlWebResponse type exposes the following members.

Constructors
  NameDescription
Public methodHtmlWebResponse(Boolean, HttpWebResponse)
Initializes a new instance of the HtmlWebResponse class.
Public methodHtmlWebResponse(Boolean, Uri, String, Encoding) Obsolete.
Initializes a new instance of the HtmlWebResponse class.
Top
Properties
  NameDescription
Protected propertyEncoding
Gets the encoding of the text.
(Inherited from TextWebResponse.)
Public propertyHtml
Gets the HTML.
Public propertyResponseType
Gets the type of the response.
(Inherited from WebResponse.)
Public propertyResponseUrl
Gets the URL of the response.
(Inherited from WebResponse.)
Public propertySuccess
Gets a value indicating whether the response is considered successful.
(Inherited from WebResponse.)
Protected propertyText
Gets the text.
(Inherited from TextWebResponse.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from WebResponse.)
Protected methodDisposeManagedRessources
Handles disposal of managed resources.
(Inherited from TextWebResponse.)
Protected methodDisposeUnmanagedRessources
Handles disposal of unmanaged resources.
(Inherited from WebResponse.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from WebResponse.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also