Gets the outgoing message headers for the active OperationContext.
Public ReadOnly Property OutgoingMessageHeaders As MessageHeaders Get
Dim instance As OperationContext Dim value As MessageHeaders value = instance.OutgoingMessageHeaders
public MessageHeaders OutgoingMessageHeaders { get; }
Use this property to add reply headers that are sent by a service operation or request headers that are sent by a Silverlight version 3 client object.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.