WSHttpBindingBaseElement.OnApplyConfiguration(Binding) Method

Definition

Applies the specified binding to this WSDualHttpBindingElement instance.

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 to be applied.

Applies to