Message.CreateMessage Method (MessageVersion, String, Object, XmlObjectSerializer)
[ 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 version, action, message body and serializer.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public static Message CreateMessage( MessageVersion version, string action, Object body, XmlObjectSerializer serializer )
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.Object
The body of the message.
- serializer
- Type: System.Runtime.Serialization.XmlObjectSerializer
A XmlObjectSerializer.
| Exception | Condition |
|---|---|
| ArgumentNullException | version, fault or action is null. |
Show: