Share via


HeaderSetup<THeader> Class

Definition

Stores all setup information for a header.

public class HeaderSetup<THeader>
type HeaderSetup<'Header> = class
Public Class HeaderSetup(Of THeader)

Type Parameters

THeader

The type of the header value.

Inheritance
HeaderSetup<THeader>

Constructors

HeaderSetup<THeader>(String, HeaderParser<THeader>, Boolean)

Initializes a new instance of the HeaderSetup<THeader> class.

HeaderSetup<THeader>(String, Type, Boolean)

Initializes a new instance of the HeaderSetup<THeader> class.

Properties

Cacheable

Gets a value indicating whether this header's parsed values can and/or should be cached.

HeaderName

Gets the name of the header.

ParserInstance

Gets the parser to parse header values.

ParserType

Gets the type of the parser to parse header values.

Applies to