Table of Contents

Constructor HttpHeaderCollection

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

HttpHeaderCollection()

Create an new instance of the HttpHeaderCollection class.

public HttpHeaderCollection()

HttpHeaderCollection(NameValueCollection)

Creates an new instance of the HttpHeaderCollection with the specified headers.

public HttpHeaderCollection(NameValueCollection headers)

Parameters

headers NameValueCollection

The header collection.