LoadUrlParametersHttpHeaders Property  | 
 
                Gets or sets the HTTP headers that will be sent with the request.
            
 
    Namespace: 
   DotNetBrowser.Navigation
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.18.0
Syntaxpublic IEnumerable<HttpHeader> HttpHeaders { get; set; }Property Value
Type: 
IEnumerableHttpHeaderThe HTTP headers that will be sent with the request. Cannot be null or contain null items.
Exceptions| Exception | Condition | 
|---|
| ArgumentException | The value is null or contains null items. | 
See Also