.NET Framework Class Library for Silverlight
OperationContext..::.OutgoingMessageHeaders Property

Gets the outgoing message headers for the active OperationContext.

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

Visual Basic (Declaration)
Public ReadOnly Property OutgoingMessageHeaders As MessageHeaders
    Get
Visual Basic (Usage)
Dim instance As OperationContext
Dim value As MessageHeaders

value = instance.OutgoingMessageHeaders
C#
public MessageHeaders OutgoingMessageHeaders { get; }

Property Value

Type: System.ServiceModel.Channels..::.MessageHeaders
A MessageHeaders object that contains outbound message headers for the active OperationContext.
Remarks

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.

Platforms

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

See Also

Reference

Tags :


Page view tracker