CustomBindingElement.OnApplyConfiguration(Binding) Método

Definición

Se llama cuando se aplica el contenido de un elemento de enlace especificado 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