AddressHeader 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 AddressHeader type exposes the following members.

Methods

  Name Description
Public methodStatic memberSupported by Silverlight for Windows Phone CreateAddressHeader(String, String, Object) Creates a new instance of the AddressHeader class with a specified value, name and namespace.
Public methodStatic memberSupported by Silverlight for Windows Phone CreateAddressHeader(String, String, Object, XmlObjectSerializer) Creates a new instance of the AddressHeader class with a specified name and namespace that uses a specified formatter to serialize the information item from a specified object.
Public methodSupported by Silverlight for Windows Phone Equals Determines whether the information item in a specified object is equal to the object contained in the current address header. (Overrides Object.Equals(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 GetAddressHeaderReader Returns an XML reader that can serialize the current address header object.
Public methodSupported by Silverlight for Windows Phone GetHashCode Provides a unique hash code for an address header. (Overrides Object.GetHashCode().)
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 GetValue<T>() Deserializes the information item from the current address header to an object of a specified type.
Public methodSupported by Silverlight for Windows Phone GetValue<T>(XmlObjectSerializer) Deserializes the information item from the current address header to an object of a specified type that uses a specified formatter to serialize this information.
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 OnWriteAddressHeaderContents When overridden in a derived class, is invoked when the address header contents are written to a stream or file.
Protected methodSupported by Silverlight for Windows Phone OnWriteStartAddressHeader When overridden in a derived class, is invoked when the address header contents begin to be written to a stream or file.
Public methodSupported by Silverlight for Windows Phone ToMessageHeader Wraps the address header as a message header.
Public methodSupported by Silverlight for Windows Phone ToString Returns a string that represents the current object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone WriteAddressHeader(XmlDictionaryWriter) Writes the address header to a stream or file using a specified XmlDictionaryWriter.
Public methodSupported by Silverlight for Windows Phone WriteAddressHeader(XmlWriter) Writes the address header to a stream or file using a specified XmlWriter.
Public methodSupported by Silverlight for Windows Phone WriteAddressHeaderContents Writes the address header contents to a stream or file.
Public methodSupported by Silverlight for Windows Phone WriteStartAddressHeader Starts to write the address header contents to a stream or file.

Top