2 writes to bindingConfiguration
System.ServiceModel (2)
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (2)
30
this.
bindingConfiguration
= other.bindingConfiguration;
44
this.
bindingConfiguration
= settings.BindingConfiguration;
4 references to bindingConfiguration
System.ServiceModel (4)
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (4)
30
this.bindingConfiguration = other.
bindingConfiguration
;
154
if (address == null || ((binding == null) && (String.IsNullOrEmpty(this.bindingSection) || String.IsNullOrEmpty(this.
bindingConfiguration
))))
158
this.binding = ConfigLoader.LookupBinding(this.bindingSection, this.
bindingConfiguration
);
170
(resolver as PeerDefaultCustomResolverClient).BindingConfigurationName = this.
bindingConfiguration
;