Provides a context-enabled binding for the WsHttpBinding.
Namespace:
System.ServiceModel
Assembly:
System.WorkflowServices (in System.WorkflowServices.dll)
Visual Basic (Declaration)
Public Class WSHttpContextBinding _
Inherits WSHttpBinding
Dim instance As WSHttpContextBinding
public class WSHttpContextBinding : WSHttpBinding
public ref class WSHttpContextBinding : public WSHttpBinding
public class WSHttpContextBinding extends WSHttpBinding
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.
System..::.Object
System.ServiceModel.Channels..::.Binding
System.ServiceModel..::.WSHttpBindingBase
System.ServiceModel..::.WSHttpBinding
System.ServiceModel..::.WSHttpContextBinding
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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.
.NET Framework
Supported in: 3.5
Reference