HttpTransportBindingElement.Clone Method

Definition

Creates a new instance that is a copy of the current binding element.

public:
 override System::ServiceModel::Channels::BindingElement ^ Clone();
public override System.ServiceModel.Channels.BindingElement Clone ();
override this.Clone : unit -> System.ServiceModel.Channels.BindingElement
Public Overrides Function Clone () As BindingElement

Returns

A new instance that is a copy of the current binding element.

Examples

The following example clones the specified binding element.

HttpBindingElement bindingElement = elementToClone.Clone();  

Applies to