Click or drag to resize

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.16.0
Syntax
C#
public IEnumerable<IHttpHeader> Headers { get; }

Property Value

Type: IEnumerableIHttpHeader
The collection of the of HTTP headers with all its values.
See Also