Message.WriteStartBody Method (XmlDictionaryWriter)
[ 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.XmlDictionaryWriter
An XmlDictionaryWriter object to be used to write the start body.
| Exception | Condition |
|---|---|
| ArgumentNullException | writer is null. |
Show: