ReadMessage Method (Stream, Int32, String)

MessageEncoder.ReadMessage Method (Stream, Int32, String)

[ 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, reads a message from a specified stream.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

'Declaration
Public MustOverride Function ReadMessage ( _
	stream As Stream, _
	maxSizeOfHeaders As Integer, _
	contentType As String _
) As Message

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.
contentType
Type: System.String
The Multipurpose Internet Mail Extensions (MIME) message-level content-type.

Return Value

Type: System.ServiceModel.Channels.Message
The Message that is read from the stream specified.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft