Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OperationContext::IncomingMessageHeaders Property

 

Gets the incoming message headers for the OperationContext.

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

public:
property MessageHeaders^ IncomingMessageHeaders {
	MessageHeaders^ 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.

The following code example shows how to read the incoming message headers in a service operation.

No code example is currently available or this language may not be supported.

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:
© 2017 Microsoft