Click or drag to resize

WebRequest Constructor (WebRequestType)

Initializes a new instance of the WebRequest class.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
protected WebRequest(
	WebRequestType type
)

Parameters

type
Type: NScrapeWebRequestType
Specifies the type of web request.
See Also