MessageProperties.Encoder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the encoder that is used to write messages to a stream and to read messages from a stream.
public:
property System::ServiceModel::Channels::MessageEncoder ^ Encoder { System::ServiceModel::Channels::MessageEncoder ^ get(); void set(System::ServiceModel::Channels::MessageEncoder ^ value); };
public System.ServiceModel.Channels.MessageEncoder Encoder { get; set; }
member this.Encoder : System.ServiceModel.Channels.MessageEncoder with get, set
Public Property Encoder As MessageEncoder
Property Value
A MessageEncoder that is used to write messages to a stream and to read messages from a stream.
Remarks
This property specifies a message encoder that can be used to serialize or deserialize the message instance this MessageProperties instance is attached to.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.