HttpBindingBaseElement.InitializeFrom(Binding) Method

Definition

Initializes this binding configuration section with the content of the specified binding elements.

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

Parameters

binding
Binding

A collection of binding elements.

Applies to