OperationContext.IncomingMessageProperties Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the message properties for the incoming message in the OperationContext.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public ReadOnly Property IncomingMessageProperties As MessageProperties
public MessageProperties IncomingMessageProperties { get; }
Property Value
Type: System.ServiceModel.Channels.MessageProperties
A MessageProperties object that contains the message properties on the incoming message.
Remarks
Use this property to inspect or modify the message properties for a request message in a service operation or a reply message in a client proxy.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.