Click or drag to resize

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
Syntax
C#
public List<HttpHeader> Headers { get; set; }

Property Value

Type: ListHttpHeader
he list of the HTTP headers that will be a part of the response.
See Also