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