Represents the value of the HTTP lifecycle header.
This class provides a strongly-typed representation for the HTTP lifecycle header, which is used to convey information about the lifecycle of an HTTP connection.
The HttpLifecycleHeaderValue class is part of the .NET framework's handling of HTTP communication and allows for precise control and parsing of this specific header.
Creates a new instance of the HttpLifecycleHeaderValue class.
Creates a new instance of the HttpLifecycleHeaderValue class with the specified raw value.
rawValue
The raw string value to initialize the header with.
Gets the raw string value of the header.
A string representing the raw value of the HTTP lifecycle header.
Parses a string representation of an HTTP lifecycle header value.
value
The string to parse.
An instance of HttpLifecycleHeaderValue representing the parsed value.
Tries to parse a string representation of an HTTP lifecycle header value.
value
The string to parse.
result
When this method returns, contains the parsed HttpLifecycleHeaderValue, or null if parsing failed.
true if the string was parsed successfully; otherwise, false.
Converts the value of the current instance to its equivalent string representation.
A string representing the value of the HttpLifecycleHeaderValue.