UrlRequestJobOptionsHeaders Property  | 
 
                Gets or sets the list of the HTTP headers that will be a part of the response.
            
 
    Namespace: 
   DotNetBrowser.Net.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntaxpublic List<HttpHeader> Headers { get; set; }Property Value
Type: 
ListHttpHeaderhe list of the HTTP headers that will be a part of the response.
See Also