BasicHttpRelayBindingElement.InitializeFrom(Binding) Method

Definition

Initializes this binding configuration element with the content of the specified binding collection.

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 from.

Applies to