HeaderParsingFeature 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.
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, ParsingResult) |
Tries to get a header value if it exists and can be parsed. |
TryGetHeaderValue<T>(HeaderKey<T>, T) |
Tries to get a header value if it exists and can be parsed. |