NetNamedPipeBindingElement.OnApplyConfiguration(Binding) Método
Definição
Aplica a associação especificada a esta instância de NetNamedPipeBindingElement.Applies the specified binding to this NetNamedPipeBindingElement instance.
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)
Parâmetros
- binding
- Binding
A associação a ser aplicada.The binding to be applied.