OperationContext.OutgoingMessageProperties Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the message properties for the outbound message in the active OperationContext.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public ReadOnly Property OutgoingMessageProperties As MessageProperties
public MessageProperties OutgoingMessageProperties { get; }
Property Value
Type: System.ServiceModel.Channels.MessageProperties
A MessageProperties object that contains the message properties on the outbound message.
Remarks
Use this property to add message properties for a reply message from a service operation or message properties for a request message from 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.