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