MessageHeader Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The MessageHeader type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateHeader(String, String, Object) | Creates a new message header with the specified data. |
|
CreateHeader(String, String, Object, Boolean) | Creates a new message header with the specified data. |
|
CreateHeader(String, String, Object, XmlObjectSerializer) | Creates a header from an object to be serialized using the XmlFormatter. |
|
CreateHeader(String, String, Object, Boolean, String) | Creates a new message header with the specified data. |
|
CreateHeader(String, String, Object, XmlObjectSerializer, Boolean) | Creates a new message header with the specified data. |
|
CreateHeader(String, String, Object, Boolean, String, Boolean) | Creates a new message header with the specified data. |
|
CreateHeader(String, String, Object, XmlObjectSerializer, Boolean, String) | Creates a new message header with the specified data. |
|
CreateHeader(String, String, Object, XmlObjectSerializer, Boolean, String, Boolean) | Creates a new message header with the specified data. |
|
Equals(Object) | 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 the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IsMessageVersionSupported | Verifies whether the specified message version is supported. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnWriteHeaderContents | Called when the header content is serialized using the specified XML writer. |
|
OnWriteStartHeader | Called when the start header is serialized using the specified XML writer. |
|
ToString | Converts this message header to a string. (Overrides Object.ToString().) |
|
WriteHeader(XmlDictionaryWriter, MessageVersion) | Serializes the header using the specified XML writer. |
|
WriteHeader(XmlWriter, MessageVersion) | Serializes the header using the specified XML writer. |
|
WriteHeaderAttributes | Serializes the header contents using the specified XML writer. |
|
WriteHeaderContents | Serializes the header contents using the specified XML writer. |
|
WriteStartHeader | Serializes the start header using the specified XML writer. |
Show: