MessageHeader Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The MessageHeader type exposes the following members.

Methods

  Name Description
Public methodStatic memberSupported by Silverlight for Windows Phone CreateHeader(String, String, Object) Creates a new message header with the specified data.
Public methodStatic memberSupported by Silverlight for Windows Phone CreateHeader(String, String, Object, Boolean) Creates a new message header with the specified data.
Public methodStatic memberSupported by Silverlight for Windows Phone CreateHeader(String, String, Object, XmlObjectSerializer) Creates a header from an object to be serialized using the XmlFormatter.
Public methodStatic memberSupported by Silverlight for Windows Phone CreateHeader(String, String, Object, Boolean, String) Creates a new message header with the specified data.
Public methodStatic memberSupported by Silverlight for Windows Phone CreateHeader(String, String, Object, XmlObjectSerializer, Boolean) Creates a new message header with the specified data.
Public methodStatic memberSupported by Silverlight for Windows Phone CreateHeader(String, String, Object, Boolean, String, Boolean) Creates a new message header with the specified data.
Public methodStatic memberSupported by Silverlight for Windows Phone CreateHeader(String, String, Object, XmlObjectSerializer, Boolean, String) Creates a new message header with the specified data.
Public methodStatic memberSupported by Silverlight for Windows Phone CreateHeader(String, String, Object, XmlObjectSerializer, Boolean, String, Boolean) Creates a new message header with the specified data.
Public methodSupported by Silverlight for Windows Phone Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows Phone 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.)
Public methodSupported by Silverlight for Windows Phone GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone IsMessageVersionSupported Verifies whether the specified message version is supported.
Protected methodSupported by Silverlight for Windows Phone MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows Phone OnWriteHeaderContents Called when the header content is serialized using the specified XML writer.
Protected methodSupported by Silverlight for Windows Phone OnWriteStartHeader Called when the start header is serialized using the specified XML writer.
Public methodSupported by Silverlight for Windows Phone ToString Converts this message header to a string. (Overrides Object.ToString().)
Public methodSupported by Silverlight for Windows Phone WriteHeader(XmlDictionaryWriter, MessageVersion) Serializes the header using the specified XML writer.
Public methodSupported by Silverlight for Windows Phone WriteHeader(XmlWriter, MessageVersion) Serializes the header using the specified XML writer.
Protected methodSupported by Silverlight for Windows Phone WriteHeaderAttributes Serializes the header contents using the specified XML writer.
Public methodSupported by Silverlight for Windows Phone WriteHeaderContents Serializes the header contents using the specified XML writer.
Public methodSupported by Silverlight for Windows Phone WriteStartHeader Serializes the start header using the specified XML writer.

Top