WSHttpContextBindingElement::OnApplyConfiguration Method (Binding^)

 

Applies the configuration of this configuration element to the specified binding instance. The binding instance specified must be of type WSHttpContextBinding.

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

protected:
virtual void OnApplyConfiguration(
	Binding^ binding
) override

Parameters

binding
Type: System.ServiceModel.Channels::Binding^

The binding that contains the content, context protection level, and content exchange mechanism used to configure the class.

.NET Framework
Available since 3.5
Return to top
Show: