IncomingMessageHeaders Property

OperationContext.IncomingMessageHeaders Property

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

Gets the incoming message headers for the OperationContext.

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

public MessageHeaders IncomingMessageHeaders { get; }

Property Value

Type: System.ServiceModel.Channels.MessageHeaders
A MessageHeaders object that contains the incoming message headers.

Use this property to inspect or modify the request headers that arrive at a service operation or reply headers that arrive at a client proxy.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft