TcpTransportElement.ApplyConfiguration(BindingElement) Method

Definition

Applies the settings of the specified BindingElement to this configuration element.

public:
 override void ApplyConfiguration(System::ServiceModel::Channels::BindingElement ^ bindingElement);
public override void ApplyConfiguration (System.ServiceModel.Channels.BindingElement bindingElement);
override this.ApplyConfiguration : System.ServiceModel.Channels.BindingElement -> unit
Public Overrides Sub ApplyConfiguration (bindingElement As BindingElement)

Parameters

bindingElement
BindingElement

The BindingElement whose settings are to be applied to this configuration element.

Applies to