Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight 3
 IncomingMessageHeaders Property

  Switch on low bandwidth view
This page is specific to
Microsoft Silverlight 3

Other versions are also available for the following:
.NET Framework Class Library for Silverlight
OperationContext..::.IncomingMessageHeaders Property

Gets the incoming message headers for the OperationContext.

Namespace:  System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
Visual Basic (Declaration)
Public ReadOnly Property IncomingMessageHeaders As MessageHeaders
    Get
Visual Basic (Usage)
Dim instance As OperationContext
Dim value As MessageHeaders

value = instance.IncomingMessageHeaders
C#
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.

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker