System.ServiceModel Namespa ...


.NET Framework Class Library for Silverlight
OperationContext Class

Provides access to the execution context of a service method.

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

Visual Basic (Declaration)
Public NotInheritable Class OperationContext
Visual Basic (Usage)
Dim instance As OperationContext
C#
public sealed class OperationContext
Remarks

Use the OperationContext from within a service operation to access the current operation execution environment. In particular, the operation context is used to access incoming message headers and properties as well as add outgoing message headers and properties.

The OperationContext has the following properties and methods.

Inheritance Hierarchy

System..::.Object
  System.ServiceModel..::.OperationContext
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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