WebHttpBindingElement.InitializeFrom(Binding) Method

Definition

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

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

The Binding used to initialize this configuration element.

Remarks

This method includes a call to the base InitializeFrom(Binding) that sets the values of the open, close, send and receive timeouts that are set in the specified binding.

Applies to