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.24.0
Syntax public List<HttpHeader> Headers { get; set; }
Property Value
Type:
ListHttpHeaderhe list of the HTTP headers that will be a part of the response.
See Also