Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DispatchOperation::SerializeReply Property

 

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)

public:
property bool SerializeReply {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the Formatter property serializes the return values into a reply message; otherwise, false.

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.

System_CAPS_noteNote

If set to false, the return value of the operation must be of type Message or an exception is thrown.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft