Click or drag to resize

WebRequestIsXmlHttpRequest Property

Gets or sets a value indicating whether the request shall attempt to mimic a JQuery request.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public bool IsXmlHttpRequest { get; set; }

Property Value

Type: Boolean
Remarks
If true, the X-Requested-With=XMLHttpRequest header shall be added to the headers collection. If false, the header shall be removed if previously added.
See Also