Click or drag to resize

InterceptRequestParametersHeaders Property

Gets the collection of HTTP headers sent in the scope of the request.

Namespace:  DotNetBrowser.Net.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public IEnumerable<IHttpHeader> Headers { get; }

Property Value

Type: IEnumerableIHttpHeader
The collection of HTTP headers sent in the scope of the request.
See Also