Share via


ParsingResult Enum

Definition

Result of trying to parse a header.

public enum ParsingResult
type ParsingResult = 
Public Enum ParsingResult
Inheritance
ParsingResult

Fields

Error 1

Indicates the header's value was malformed and couldn't be parsed.

NotFound 2

Indicates the header was not present.

Success 0

Indicates the header was successfully parsed.

Applies to