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.
IDispatchMessageFormatter::DeserializeRequest Method (Message^, array<Object^>^)
.NET Framework (current version)
Deserializes a message into an array of parameters.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- message
-
Type:
System.ServiceModel.Channels::Message^
The incoming message.
- parameters
-
Type:
array<System::Object^>^
The objects that are passed to the operation as parameters.
For a complete example, see Operation Formatter and Operation Selector.
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: