Click or drag to resize

WebResponseFactoryCreatePlainTextResponse Method

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public static WebResponse CreatePlainTextResponse(
	HttpWebResponse webResponse
)

Parameters

webResponse
Type: System.NetHttpWebResponse
The original HttpWebResponse.

Return Value

Type: WebResponse
A new PlainTextWebResponse.
See Also