MessageEncoder::ReadMessage Method (Stream^, Int32)
.NET Framework (current version)
When overridden in a derived class, reads a message from a specified stream.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- stream
-
Type:
System.IO::Stream^
The Stream object from which the message is read.
- maxSizeOfHeaders
-
Type:
System::Int32
The maximum size of the headers that can be read from the message.
Return Value
Type: System.ServiceModel.Channels::Message^The Message that is read from the stream specified.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: