1 write to BindingName
System.ServiceModel (1)
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (1)
169(resolver as PeerDefaultCustomResolverClient).BindingName = this.bindingSection;
3 references to BindingName
System.ServiceModel (3)
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (3)
386if (this.BindingName != null || this.BindingConfigurationName != null) 387return ((this.BindingName == that.BindingName) && (this.BindingConfigurationName == that.BindingConfigurationName));