StartTransactionParametersHeaders Property  | 
 
                Gets the collection of the of HTTP headers with all its values.
            
 
    Namespace: 
   DotNetBrowser.Net.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntaxpublic IEnumerable<IHttpHeader> Headers { get; }Property Value
Type: 
IEnumerableIHttpHeaderThe collection of the of HTTP headers with all its values.
See Also