4 writes to binding
System.ServiceModel (4)
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (4)
32this.binding = other.binding; 42this.binding = settings.Binding; 83binding = value; 158this.binding = ConfigLoader.LookupBinding(this.bindingSection, this.bindingConfiguration);
6 references to binding
System.ServiceModel (6)
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (6)
32this.binding = other.binding; 79return binding; 154if (address == null || ((binding == null) && (String.IsNullOrEmpty(this.bindingSection) || String.IsNullOrEmpty(this.bindingConfiguration)))) 156if (binding == null) 159if (binding == null) 166resolver.Initialize(address, binding, credentials, this.referralPolicy);