ClientOperation.SerializeRequest Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that specifies whether the Formatter object serializes an outbound message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Booleantrue if the Formatter property serializes the return values into a reply message; otherwise, false. The default is true.
Use the SerializeRequest property to indicate whether the formatter serializes operation parameters into a reply message or to determine whether the first parameter is sent as the outbound message.
Note: |
|---|
If set to false, the operation must have exactly one parameter of type Message or an exception is thrown. |
Note: