System.ServiceModel Namespa ...


.NET Framework Class Library
WSHttpContextBinding Class

Provides a context-enabled binding for the WsHttpBinding.

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

Visual Basic (Declaration)
Public Class WSHttpContextBinding _
    Inherits WSHttpBinding
Visual Basic (Usage)
Dim instance As WSHttpContextBinding
C#
public class WSHttpContextBinding : WSHttpBinding
Visual C++
public ref class WSHttpContextBinding : public WSHttpBinding
JScript
public class WSHttpContextBinding extends WSHttpBinding
Remarks

The WSHttpContextBinding adds a ContextBindingElement to the stack of BindingElement objects in the system-provided WsHttpBinding. This enables SOAP headers to be used to exchange context when HTTP cookies are not enabled.

Inheritance Hierarchy

System..::.Object
  System.ServiceModel.Channels..::.Binding
    System.ServiceModel..::.WSHttpBindingBase
      System.ServiceModel..::.WSHttpBinding
        System.ServiceModel..::.WSHttpContextBinding
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

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5
See Also

Reference

Tags :


Page view tracker