private PeerCustomResolverBindingElement(
     PeerCustomResolverBindingElement other)
     : base(other)
 {
     ReferralPolicy = other.ReferralPolicy;
     settings       = other.settings.Clone();
 }
Ejemplo n.º 2
0
 public PeerCustomResolverBindingElement(PeerCustomResolverBindingElement other) : base(other)
 {
     this.address = other.address;
     this.bindingConfiguration = other.bindingConfiguration;
     this.bindingSection       = other.bindingSection;
     this.binding     = other.binding;
     this.resolver    = other.resolver;
     this.credentials = other.credentials;
 }