ParsingResult Enum
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.
Result of trying to parse a header.
public enum ParsingResult
type ParsingResult =
Public Enum ParsingResult
- Inheritance
-
ParsingResult
Fields
Name | Value | Description |
---|---|---|
Success | 0 | Indicates the header was successfully parsed. |
Error | 1 | Indicates the header's value was malformed and couldn't be parsed. |
NotFound | 2 | Indicates the header was not present. |