示例#1
0
        public override BindingElement Clone()
        {
            StrippingChannelBindingElement other = new StrippingChannelBindingElement(this);

            return(other);
        }
示例#2
0
 protected StrippingChannelBindingElement(StrippingChannelBindingElement other)
     : base(other)
 {
 }