CustomBindingElement.OnApplyConfiguration(Binding) Método

Definición

Se le llama cuando el contenido de un elemento de enlace especificado se aplica a este elemento de configuración de enlace.

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

Parámetros

binding
Binding

Un enlace.

Se aplica a