WSHttpBindingElement.OnApplyConfiguration(Binding) Method

Definition

Called when the content of a specified binding collection is applied to 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

A collection of binding elements.

Applies to