Table of Contents

Constructor HttpHeader

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

HttpHeader(string, params string[])

Creates the HTTP header instance using its name and values collection.

public HttpHeader(string name, params string[] values)

Parameters

name string

The HTTP header name

values string[]

The collection of the HTTP header values