ClientOperation.SerializeRequest Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets a value that specifies whether the Formatter object serializes an outbound message.

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

Syntax

'Declaration
Public Property SerializeRequest As Boolean
public bool SerializeRequest { get; set; }

Property Value

Type: System.Boolean
true if the Formatter property serializes the return values into a reply message; otherwise, false. The default is true.

Remarks

Use the SerializeRequest property to indicate whether the formatter serializes operation parameters into a reply message or to determine whether the first parameter is sent as the outbound message.

NoteNote:

If set to false, the operation must have exactly one parameter of type Message or an exception is thrown.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.