Table of Contents

Property HttpHeaders

Namespace
DotNetBrowser.Navigation
Assembly
DotNetBrowser.dll

HttpHeaders

Gets or sets the HTTP headers that will be sent with the request.

public IEnumerable<HttpHeader> HttpHeaders { get; set; }

Property Value

IEnumerable<HttpHeader>

The HTTP headers that will be sent with the request. Cannot be null or contain null items.

Exceptions

ArgumentException

The value is null or contains null items.