MessageProperties.Encoder Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the encoder that is used to write messages to a stream and to read messages from a stream.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.ServiceModel.Channels.MessageEncoderA MessageEncoder that is used to write messages to a stream and to read messages from a stream.
This property specifies a message encoder that can be used to serialize or deserialize the message instance this MessageProperties instance is attached to.
Show: