The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ContextBindingElement Constructor (ProtectionLevel, ContextExchangeMechanism, Uri^, Boolean)
.NET Framework (current version)
Initializes a new instance of the ContextBindingElement class with the specified protection level, context exchange mechanism, client callback address, and a value that specifies whether context management is enabled.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: ContextBindingElement( ProtectionLevel protectionLevel, ContextExchangeMechanism contextExchangeMechanism, Uri^ clientCallbackAddress, bool contextManagementEnabled )
Parameters
- protectionLevel
-
Type:
System.Net.Security::ProtectionLevel
The protection level for the binding element.
- contextExchangeMechanism
-
Type:
System.ServiceModel.Channels::ContextExchangeMechanism
The mechanism used to exchange context for the binding element.
- clientCallbackAddress
-
Type:
System::Uri^
The client callback address.
- contextManagementEnabled
-
Type:
System::Boolean
true if the context management is enabled; otherwise false.
.NET Framework
Available since 4.0
Available since 4.0
Show: