OperationContext.OutgoingMessageProperties Property

Definition

Gets the message properties for the outbound message in the active OperationContext.

public:
 property System::ServiceModel::Channels::MessageProperties ^ OutgoingMessageProperties { System::ServiceModel::Channels::MessageProperties ^ get(); };
public System.ServiceModel.Channels.MessageProperties OutgoingMessageProperties { get; }
member this.OutgoingMessageProperties : System.ServiceModel.Channels.MessageProperties
Public ReadOnly Property OutgoingMessageProperties As MessageProperties

Property Value

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.

Applies to