TcpRelayTransportElement.ApplyConfiguration(BindingElement) Method

Definition

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

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 binding element to update the settings of.

Applies to