2 writes to bindingSection
System.ServiceModel (2)
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (2)
31this.bindingSection = other.bindingSection; 45this.bindingSection = settings.BindingSection;
4 references to bindingSection
System.ServiceModel (4)
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (4)
31this.bindingSection = other.bindingSection; 154if (address == null || ((binding == null) && (String.IsNullOrEmpty(this.bindingSection) || String.IsNullOrEmpty(this.bindingConfiguration)))) 158this.binding = ConfigLoader.LookupBinding(this.bindingSection, this.bindingConfiguration); 169(resolver as PeerDefaultCustomResolverClient).BindingName = this.bindingSection;