Share via


AddressHeader.WriteAddressHeader Method

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

Writes the address header to a stream or file.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
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.

Top

Remarks

The WriteAddressHeader and WriteAddressHeader(XmlWriter) overloads provide interfaces to use in writing an address header to a stream or file. Both call the abstract OnWriteAddressHeaderContents(XmlDictionaryWriter) method, so users must provide an implementation of this method to use these overloads.