WSHttpRelayBindingElement.InitializeFrom(Binding) Method

Definition

Initializes this binding configuration element with the content of the specfied 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 initialize this configuration element from.

Applies to