Exemplo n.º 1
0
        public override BindingElement Clone()
        {
            StrippingChannelBindingElement other = new StrippingChannelBindingElement(this);

            return(other);
        }
Exemplo n.º 2
0
 protected StrippingChannelBindingElement(StrippingChannelBindingElement other)
     : base(other)
 {
 }