The MessageId type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() | MessageId()()()() |
Initializes a new instance of MessageId header value
and generates a new message identifier.
|
![]() ![]() | MessageId(String) |
Initializes a new instance of MessageId header value
with the specified message identifier.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | Clone |
Creates a copy of the header.
|
![]() ![]() | Encode |
Writes an encoded header value into a TextWriter.
|
![]() ![]() | Equals |
Returns a value indication whether this object equals another object.
(Overrides Object..::..Equals(Object).) |
![]() ![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetHashCode |
Returns the hash code for the value of this instance.
(Overrides Object..::..GetHashCode()()()().) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ToString |
Converts the value of this header to its String representation.
(Overrides Object..::..ToString()()()().) |
Operators
Name | Description | |
---|---|---|
![]() ![]() ![]() | ImplicitWideningImplicitImplicitImplicit(String to MessageId) |
Converts a String to a MessageId.
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | Id |
Gets the message identifier.
|