OperationContext::OutgoingMessageProperties Property

 

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

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

public:
property MessageProperties^ OutgoingMessageProperties {
	MessageProperties^ get();
}

Property Value

Type: System.ServiceModel.Channels::MessageProperties^

A MessageProperties object that contains the message properties on the outbound message.

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.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: