State Property
Collapse the table of content
Expand the table of content

Message.State Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the current state of this Message.

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

public MessageState State { get; }

Property Value

Type: System.ServiceModel.Channels.MessageState
A MessageState that contains the current state of this Message.

Because the body of a Message object is a stream, it can only be read or written once. This is enforced by maintaining the current state of the Message object. A Message object can be read, written, or copied when in the Created state. Other states are Read, Written and Copied, which means that the respective action has been performed already once.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft