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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.