OperationContext::IncomingMessageProperties Property

 

Gets the message properties for the incoming message in the OperationContext.

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

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

Property Value

Type: System.ServiceModel.Channels::MessageProperties^

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

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.

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: