WebHttpBindingElement.OnApplyConfiguration(Binding) Methode

Definitie

Initialiseert de eigenschapswaarden van een opgegeven binding op basis van de inhoud van dit bindingsconfiguratie-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

Het Binding element dat wordt geïnitialiseerd op basis van de inhoud van dit bindingsconfiguratie-element.

Uitzonderingen

binding is null.

Het type van dit bindingselement verschilt van het type dat is opgegeven door binding.

Van toepassing op