Message.OnWriteBodyContents Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Called when the message body is written to an XML file.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- writer
- Type: System.Xml.XmlDictionaryWriter
A XmlDictionaryWriter that is used to write this message body to an XML file.
Show: