Message.CreateMessage Method (MessageVersion, String, XmlReader)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a message using the specified reader, action and version.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- version
- Type: System.ServiceModel.Channels.MessageVersion
A MessageVersion object that specifies the SOAP version to use for the message.
- action
- Type: System.String
A description of how the message should be processed.
- body
- Type: System.Xml.XmlReader
The XmlReader object to be used for reading the SOAP message.
| Exception | Condition |
|---|---|
| ArgumentNullException | version, action or body is null. |
Show: