Message.WriteStartBody Method (XmlWriter)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Serializes the start body using the specified XmlDictionaryWriter.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- writer
- Type: System.Xml.XmlWriter
The XmlDictionaryWriter object to be used to write the start body of the message.
| Exception | Condition |
|---|---|
| ArgumentNullException | writer is null. |
Show: