Gets the incoming message headers for the OperationContext.
Public ReadOnly Property IncomingMessageHeaders As MessageHeaders Get
Dim instance As OperationContext Dim value As MessageHeaders value = instance.IncomingMessageHeaders
public MessageHeaders IncomingMessageHeaders { get; }
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.