WSHttpRelayBindingBaseElement.OnApplyConfiguration(Binding) Method

Definition

Applies the settings of this configuration element to the specified 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 update the settings of.

Applies to