DispatchOperation.SerializeReply 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 reply messages.
Namespace: System.ServiceModel.Dispatcher
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public Property SerializeReply As Boolean
public bool SerializeReply { get; set; }
Property Value
Type: System.Boolean
true if the Formatter property serializes the return values into a reply message; otherwise, false.
Remarks
Use the SerializeReply property to indicate whether the formatter serializes operation parameters into a reply message or whether the first parameter is sent as the outbound message.
Note: |
---|
If set to false, the return value of the operation must be of type Message or an exception is thrown. |
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.