NetMessagingTransportExtensionElement.ApplyConfiguration Method

Definition

Applies the settings of the specified System.ServiceModel.Channels.BindingElement to this configuration 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 BindingElement to this configuration element.

Applies to