Share via


HeaderParsingFeature Class

Definition

Keeps header parsing state and provides parsing features.

public sealed class HeaderParsingFeature
type HeaderParsingFeature = class
Public NotInheritable Class HeaderParsingFeature
Inheritance
HeaderParsingFeature

Methods

TryGetHeaderValue<T>(HeaderKey<T>, T)

Tries to get a header value if it exists and can be parsed.

TryGetHeaderValue<T>(HeaderKey<T>, T, ParsingResult)

Tries to get a header value if it exists and can be parsed.

Applies to