ClientOperation::DeserializeReply Property
.NET Framework (current version)
Gets or sets a value that indicates whether the Formatter property value is used to deserialize the reply message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Use the DeserializeReply 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. If the message is null, a InvalidOperationException 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 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: