NetEventRelayBindingElement.InitializeFrom(Binding) Method

Definition

Initializes the contents of this XML configuration element from the property values of a specified binding.

protected override void InitializeFrom (System.ServiceModel.Channels.Binding binding);
override this.InitializeFrom : System.ServiceModel.Channels.Binding -> unit
Protected Overrides Sub InitializeFrom (binding As Binding)

Parameters

binding
Binding

The binding to copy the settings from.

Applies to