AddressHeader.OnWriteAddressHeaderContents Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, is invoked when the address header contents are written to a stream or file.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- writer
- Type: System.Xml.XmlDictionaryWriter
The XmlDictionaryWriter used to write the address header contents to a stream or file.
Show: