IDispatchMessageFormatter.DeserializeRequest Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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:
System.Object
[]
The array of objects that are passed to the operation as parameters.
Show: