ClientOperation::Formatter Property
.NET Framework (current version)
Gets or sets the formatter that serializes objects into messages and deserializes messages into objects.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property IClientMessageFormatter^ Formatter { IClientMessageFormatter^ get(); void set(IClientMessageFormatter^ value); }
Property Value
Type: System.ServiceModel.Dispatcher::IClientMessageFormatter^An IClientMessageFormatter implementation.
Use the Formatter property to insert a custom IClientMessageFormatter implementation for an operation or modify the current formatter. The use of the formatter can be controlled by the SerializeRequest and DeserializeReply properties.
The IClientMessageFormatter interface defines the SerializeRequest and DeserializeReply methods, which are used to convert a set of object parameters to a message and from a message to a set of return values, respectively.
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: