Message::WriteBody Method (XmlDictionaryWriter^)
.NET Framework (current version)
Writes the body element 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 body element.
| Exception | Condition |
|---|---|
| ArgumentNullException | writer is null. |
This method writes the body contents as well as the start and end tags of the element.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: