public override BindingElement Clone() { StrippingChannelBindingElement other = new StrippingChannelBindingElement(this); return(other); }
protected StrippingChannelBindingElement(StrippingChannelBindingElement other) : base(other) { }