WebResponseFactory Class |
Namespace: NScrape
The WebResponseFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| WebResponseFactory | Initializes a new instance of the WebResponseFactory class |
| Name | Description | |
|---|---|---|
| SupportedContentTypes |
Gets a dictionary containing all content types currently supported by the
WebResponseFactory.
|
| Name | Description | |
|---|---|---|
| CreateBinaryResponse |
Creates a BinaryWebResponse.
| |
| CreateHtmlResponse |
Creates an HtmlWebResponse.
| |
| CreateImageResponse |
Creates a ImageWebResponse.
| |
| CreateJavaScriptResponse |
Creates a JavaScriptWebResponse.
| |
| CreateJsonResponse |
Creates a JsonWebResponse.
| |
| CreatePlainTextResponse |
Creates a PlainTextWebResponse.
| |
| CreateResponse |
Creates a WebResponse for an HttpWebResponse, based on its
content type.
| |
| CreateTextResponse | Obsolete.
Creates a PlainTextWebResponse.
| |
| CreateXmlResponse |
Creates an XmlWebResponse.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEncoding | Obsolete.
Gets the encoding used by an HttpWebResponse.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ReadResponseText(HttpWebResponse) | Obsolete.
Reads an HttpWebResponse as plain text.
| |
| ReadResponseText(HttpWebResponse, Encoding) | Obsolete.
Reads an HttpWebResponse as plain text.
| |
| ToString | (Inherited from Object.) |