ReadMessage Method (ArraySegment(Byte), BufferManager)

MessageEncoder.ReadMessage Method (ArraySegment(Of Byte), BufferManager)

[ 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 buffer.

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

'Declaration
Public Function ReadMessage ( _
	buffer As ArraySegment(Of Byte), _
	bufferManager As BufferManager _
) As Message

Parameters

buffer
Type: System.ArraySegment(Of Byte)
A ArraySegment(Of T) of type Byte that provides the buffer from which the message is deserialized.
bufferManager
Type: System.ServiceModel.Channels.BufferManager
The BufferManager that manages the buffer from which the message is deserialized.

Return Value

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

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft