StandardBindingElement.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:
 abstract void OnApplyConfiguration(System::ServiceModel::Channels::Binding ^ binding);
protected abstract void OnApplyConfiguration(System.ServiceModel.Channels.Binding binding);
abstract member OnApplyConfiguration : System.ServiceModel.Channels.Binding -> unit
Protected MustOverride Sub OnApplyConfiguration (binding As Binding)

Parámetros

binding
Binding

Un enlace.

Se aplica a