HeaderSetup<THeader> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |