![]() | Header Class |
Namespace: MimeKit
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 |
Gets the name of the header field.
|
![]() | Id |
Gets the header identifier.
|
![]() | Offset |
Gets the stream offset of the beginning of the header.
|
![]() | RawField |
Gets the raw field name of the header.
|
![]() | RawValue |
Gets the raw value of the header.
|
![]() | Value |
Gets or sets the header value.
|
Name | Description | |
---|---|---|
![]() | Clone |
Clone the header.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FormatRawValue |
Format the raw value of the header to conform with the specified formatting options.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue(Encoding) |
Gets the header value using the specified character encoding.
|
![]() | GetValue(String) |
Gets the header value using the specified charset.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetRawValue |
Set the raw header value.
|
![]() | SetValue(Encoding, String) |
Sets the header value using the specified character encoding.
|
![]() | SetValue(String, String) |
Sets the header value using the specified charset.
|
![]() | SetValue(FormatOptions, String, String) |
Sets the header value using the specified formatting options and charset.
|
![]() | SetValue(FormatOptions, Encoding, String) |
Sets the header value using the specified formatting options and character encoding.
|
![]() | ToString |
Returns 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.
|