IncomingMessageProperties Property

OperationContext.IncomingMessageProperties Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

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

public MessageProperties IncomingMessageProperties { 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft