WSHttpBindingElement.OnApplyConfiguration(Binding) 方法

定义

在将指定绑定集合的内容应用到此绑定配置元素时调用。Called when the content of a specified binding collection is applied to this binding configuration 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)

参数

binding
Binding

一个绑定元素集合。A collection of binding elements.

适用于