IClientMessageFormatter.SerializeRequest Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- messageVersion
- Type: System.ServiceModel.Channels.MessageVersion
The version of the SOAP message to use.
- parameters
- Type:
System.Object
[]
The parameters passed to the XAML client operation.
Return Value
Type: System.ServiceModel.Channels.MessageThe SOAP message sent to the service operation.
Show: