Este tema aún no ha recibido ninguna valoración - Valorar este tema

Message.CreateMessage Method

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
Public method Static member Supported by Silverlight for Windows Phone CreateMessage(MessageVersion, String) Creates a message that contains a version and an action.
Public method Static member Supported by Silverlight for Windows Phone CreateMessage(MessageVersion, String, Object) Creates a message with the specified version, action and body.
Public method Static member Supported by Silverlight for Windows Phone CreateMessage(MessageVersion, String, BodyWriter) Creates a message with a body that consists of an array of bytes.
Public method Static member Supported by Silverlight for Windows Phone CreateMessage(MessageVersion, String, XmlDictionaryReader) Creates a message with the specified version, action and body.
Public method Static member Supported by Silverlight for Windows Phone CreateMessage(MessageVersion, String, XmlReader) Creates a message using the specified reader, action and version.
Public method Static member CreateMessage(XmlDictionaryReader, Int32, MessageVersion) Creates a message using a specified dictionary reader, size allocation for the message headers, and version.
Public method Static member CreateMessage(XmlReader, Int32, MessageVersion) Creates a message using a specified XML reader, size allocation for the message headers, and version.
Public method Static member Supported by Silverlight for Windows Phone CreateMessage(MessageVersion, String, Object, XmlObjectSerializer) Creates a message using the specified version, action, message body and serializer.
Top
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.