NetTcpContextBindingElement.OnApplyConfiguration(Binding) 方法

定义

将此配置元素的配置应用到指定的绑定实例。Applies the configuration of this configuration element to the specified binding instance. 提供的绑定实例的类型必须为 NetTcpContextBindingThe binding instance supplied must be of type NetTcpContextBinding.

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

要应用的绑定。The binding to be applied.

适用于