NScrape Namespace |
| Class | Description | |
|---|---|---|
| AddingCookieEventArgs |
Provides data for the AddingCookie event.
| |
| BinaryWebResponse |
Represents a web response for a request that returned binary data.
| |
| ExceptionWebResponse |
Represents a web response for a request that returned an exception.
| |
| GetWebRequest |
Represents a GET web request
| |
| HtmlWebResponse |
Represents a web response for a request that returned HTML.
| |
| ImageWebResponse |
Represents a web response for a request that returned an image.
| |
| JavaScriptWebResponse |
Represents a web response for a request that returned JavaScript.
| |
| JsonWebResponse |
Represents a web response for a request that returned JSON.
| |
| NScrapeExtensions |
Provides miscellaneous extension methods.
| |
| NScrapeUtility |
Provides miscellaneous utility functions.
| |
| PlainTextWebResponse |
Represents a web response for a request that returned plain text.
| |
| PostWebRequest |
Represents a POST web request
| |
| ProcessingResponseEventArgs |
Provides data for the ProcessingResponse event.
| |
| RedirectedWebResponse |
Represents a web response for a request that was redirected.
| |
| ScrapeException |
The exception that is thrown when a web scraping operation fails.
| |
| Scraper |
Provides the base implementation for HTML scraper functionality.
| |
| SendingRequestEventArgs |
Provides data for the SendingRequest event.
| |
| TextWebResponse |
Provides the base implementation for classes which represent text-based web responses.
| |
| UnsupportedWebResponse |
Represents a web response for a request that returned unsupported content.
| |
| WebClient |
Represents a web client that handles cookies and redirection.
| |
| WebRequest |
Provides the base implementation for classes which represent web requests.
| |
| WebResponse |
Provides the base implementation for classes which represent web responses.
| |
| WebResponseFactory |
Creates a WebResponse object based on an HttpWebResponse object.
| |
| WebResponseValidator |
Provides functionality to validate web responses.
| |
| XmlWebResponse |
Represents a web response for a request that returned XML.
|
| Interface | Description | |
|---|---|---|
| IWebClient |
Represents a web client that handles cookies and redirection.
|
| Enumeration | Description | |
|---|---|---|
| WebRequestType |
Indicates the type of web request.
| |
| WebResponseType |
Indicates the type of web response.
|