3 references to CanAddExclusiveElement
System.ServiceModel (3)
System\ServiceModel\Configuration\CustomBindingElement.cs (3)
145return this.CanAddExclusiveElement(typeof(MessageEncodingBindingElement), element.BindingElementType, ref existingElement); 168return this.CanAddExclusiveElement(typeof(StreamUpgradeBindingElement), element.BindingElementType, ref existingElement); 173return this.CanAddExclusiveElement(typeof(TransportBindingElement), element.BindingElementType, ref existingElement);