Click or drag to resize

WebResponse Class

Provides the base implementation for classes which represent web responses.
Inheritance Hierarchy
SystemObject
  NScrapeWebResponse
    More...

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public abstract class WebResponse : IDisposable

The WebResponse type exposes the following members.

Constructors
  NameDescription
Protected methodWebResponse
Initializes a new instance of the WebResponse class.
Top
Properties
  NameDescription
Public propertyResponseType
Gets the type of the response.
Public propertyResponseUrl
Gets the URL of the response.
Public propertySuccess
Gets a value indicating whether the response is considered successful.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDisposeManagedRessources
Handles disposal of managed resources.
Protected methodDisposeUnmanagedRessources
Handles disposal of unmanaged resources.
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.
(Overrides ObjectFinalize.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also
Inheritance Hierarchy