Message Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Message type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Headers When overridden in a derived class, gets the headers of the message.
Protected propertySupported by Silverlight for Windows Phone IsDisposed Returns a value that indicates whether the Message is disposed.
Public propertySupported by Silverlight for Windows Phone IsEmpty Returns a value that indicates whether the Message is empty.
Public propertySupported by Silverlight for Windows Phone IsFault Gets a value that indicates whether this message generates any SOAP faults.
Public propertySupported by Silverlight for Windows Phone Properties When overridden in a derived class, gets a set of processing-level annotations to the message.
Public propertySupported by Silverlight for Windows Phone State Gets the current state of this Message.
Public propertySupported by Silverlight for Windows Phone Version When overridden in a derived class, gets the SOAP and WS-Addressing versions of the message.

Top