CreateMessage Method (MessageVersion, String)

Message.CreateMessage Method (MessageVersion, String)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a message that contains a version and an action.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public static Message CreateMessage(
	MessageVersion version,
	string action
)

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.

Return Value

Type: System.ServiceModel.Channels.Message
A Message object for the message created.

ExceptionCondition
ArgumentNullException

version or action is null.

This static method is used to create a new copy of message ready for sending.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft