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::DeserializeRequest Property
.NET Framework (current version)
Gets or sets a value that indicates whether the Formatter property value is used to deserialize the request message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Use the DeserializeRequest property to control whether the formatter deserializes the return value from an inbound message or whether the inbound message is returned directly as the return value.
Note If false, the return type must be of type Message and there can be no out parameters or an InvalidCastException is thrown at run-time.
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
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: