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^)
.NET Framework (current version)
Initializes a new instance of the ContextBindingElement class with the specified protection level, context exchange mechanism, and client callback address.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public:
ContextBindingElement(
ProtectionLevel protectionLevel,
ContextExchangeMechanism contextExchangeMechanism,
Uri^ clientCallbackAddress
)
Parameters
- protectionLevel
-
Type:
System.Net.Security::ProtectionLevel
The protection level form 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.
.NET Framework
Available since 4.0
Available since 4.0
Show: