WebHttpBindingElement.OnApplyConfiguration(Binding) Method

Definition

Initializes the property values of a specified binding from the contents of this binding configuration element.

protected:
 override void OnApplyConfiguration(System::ServiceModel::Channels::Binding ^ binding);
protected override void OnApplyConfiguration (System.ServiceModel.Channels.Binding binding);
override this.OnApplyConfiguration : System.ServiceModel.Channels.Binding -> unit
Protected Overrides Sub OnApplyConfiguration (binding As Binding)

Parameters

binding
Binding

The Binding that is initialized from the contents of this binding configuration element.

Exceptions

binding is null.

The type of this binding element is different from the type specified by binding.

Applies to