Message::CreateMessage Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a message.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateMessage(MessageVersion, String) | Creates a message that contains a version and an action. |
|
CreateMessage(MessageVersion, String, Object) | Creates a message with the specified version, action and body. |
|
CreateMessage(MessageVersion, String, BodyWriter) | Creates a message with a body that consists of an array of bytes. |
|
CreateMessage(MessageVersion, String, XmlDictionaryReader) | Creates a message with the specified version, action and body. |
|
CreateMessage(MessageVersion, String, XmlReader) | Creates a message using the specified reader, action and version. |
|
CreateMessage(MessageVersion, String, Object, XmlObjectSerializer) | Creates a message using the specified version, action, message body and serializer. |
Show: