MessageEncoder.WriteMessage Method (Message, Stream)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, writes a message to a specified stream.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- message
- Type: System.ServiceModel.Channels.Message
The Message to write to the stream.
- stream
- Type: System.IO.Stream
The Stream object to which the message is written.
Show: