AddressHeader::WriteAddressHeader Method
Writes the address header to a stream or file.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | WriteAddressHeader(XmlDictionaryWriter^) | Writes the address header to a stream or file using a specified XmlDictionaryWriter. |
![]() | WriteAddressHeader(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.
