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.24.2
Syntax public IEnumerable<IHttpHeader> Headers { get; }
Property Value
Type:
IEnumerableIHttpHeaderThe collection of HTTP headers sent in the scope of the request.
See Also