Table of Contents

Constructor HttpHeaderList

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

HttpHeaderList()

Initializes a new instance of the HttpHeaderList class.

public HttpHeaderList()

HttpHeaderList(IEnumerable<HttpHeader>)

Initializes a new instance of the HttpHeaderList class that contains elements copied from the specified collection.

public HttpHeaderList(IEnumerable<HttpHeader> headers)

Parameters

headers IEnumerable<HttpHeader>

The collection whose elements are copied to the new list.

HttpHeaderList(IEnumerable<HttpHeader>, bool)

Initializes a new instance of the HttpHeaderList class that contains elements copied from the specified collection.

public HttpHeaderList(IEnumerable<HttpHeader> headers, bool readOnly = false)

Parameters

headers IEnumerable<HttpHeader>

The collection whose elements are copied to the new list.

readOnly bool

true to make the list read-only; otherwise, false.