Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AddressHeader::WriteAddressHeader Method

 

Writes the address header to a stream or file.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodWriteAddressHeader(XmlDictionaryWriter^)

Writes the address header to a stream or file using a specified XmlDictionaryWriter.

System_CAPS_pubmethodWriteAddressHeader(XmlWriter^)

Writes the address header to a stream or file using a specified XmlWriter.

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.

Return to top
Show:
© 2017 Microsoft