2 writes to discoveryClientBindingElement
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DynamicEndpoint.cs (2)
22this.discoveryClientBindingElement = new DiscoveryClientBindingElement(); 33this.discoveryClientBindingElement = new DiscoveryClientBindingElement();
5 references to discoveryClientBindingElement
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\DynamicEndpoint.cs (5)
52return this.discoveryClientBindingElement.DiscoveryEndpointProvider; 61this.discoveryClientBindingElement.DiscoveryEndpointProvider = value; 69return this.discoveryClientBindingElement.FindCriteria; 78this.discoveryClientBindingElement.FindCriteria = value; 88customBinding.Elements.Insert(0, this.discoveryClientBindingElement);