Header Methods |
The Header type exposes the following members.
Name | Description | |
---|---|---|
Clone | Clone the header. | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
FormatRawValue | Format the raw value of the header to conform with the specified formatting options. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
GetValue(Encoding) | Get the header value using the specified character encoding. | |
GetValue(String) | Get the header value using the specified charset. | |
MemberwiseClone | (Inherited from Object) | |
SetRawValue | Set the raw header value. | |
SetValue(Encoding, String) | Set the header value using the specified character encoding. | |
SetValue(String, String) | Set the header value using the specified charset. | |
SetValue(FormatOptions, String, String) | Set the header value using the specified formatting options and charset. | |
SetValue(FormatOptions, Encoding, String) | Ses the header value using the specified formatting options and character encoding. | |
ToString |
Return a string representation of the header.
(Overrides ObjectToString) | |
TryParse(Byte, Header) | Try to parse the given input buffer into a new Header instance. | |
TryParse(String, Header) | Try to parse the given text into a new Header instance. | |
TryParse(Byte, Int32, Header) | Try to parse the given input buffer into a new Header instance. | |
TryParse(ParserOptions, Byte, Header) | Try to parse the given input buffer into a new Header instance. | |
TryParse(ParserOptions, String, Header) | Try to parse the given text into a new Header instance. | |
TryParse(Byte, Int32, Int32, Header) | Try to parse the given input buffer into a new Header instance. | |
TryParse(ParserOptions, Byte, Int32, Header) | Try to parse the given input buffer into a new Header instance. | |
TryParse(ParserOptions, Byte, Int32, Int32, Header) | Try to parse the given input buffer into a new Header instance. | |
Unfold | Unfold the specified header value. |