Click or drag to resize

WebRequestHeaders Property

Gets the collection of headers that shall be sent with the request.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public NameValueCollection Headers { get; }

Property Value

Type: NameValueCollection
Remarks
Headers may be sent with the request by adding them to the headers collection.
See Also