SerializeRequest Property

ClientOperation.SerializeRequest Property

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

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)

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.

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft