Header Class |
public class Header
The Header type exposes the following members.
Name | Description | |
---|---|---|
Header(HeaderId, String) | Initialize a new instance of the Header class. | |
Header(String, String) | Initialize a new instance of the Header class. | |
Header(Encoding, HeaderId, String) | Initialize a new instance of the Header class. | |
Header(Encoding, String, String) | Initialize a new instance of the Header class. | |
Header(String, HeaderId, String) | Initialize a new instance of the Header class. | |
Header(String, String, String) | Initialize a new instance of the Header class. | |
Header(ParserOptions, HeaderId, String, Byte) | Initialize a new instance of the Header class. | |
Header(ParserOptions, Byte, Byte, Boolean) | Initialize a new instance of the Header class. | |
Header(ParserOptions, HeaderId, String, Byte, Byte) | Initialize a new instance of the Header class. | |
Header(ParserOptions, Byte, Int32, Byte, Boolean) | Initialize a new instance of the Header class. |
Name | Description | |
---|---|---|
Field | Get the name of the header field. | |
Id | Get the header identifier. | |
Offset | Get the stream offset of the beginning of the header. | |
RawField | Get the raw field name of the header. | |
RawValue | Get the raw value of the header. | |
Value | Get or sets the header value. |
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. |