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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.