1 write to bindingSection
System.ServiceModel (1)
System\ServiceModel\PeerResolvers\PeerCustomResolverSettings.cs (1)
78
bindingSection
= value;
4 references to bindingSection
System.ServiceModel (4)
System\ServiceModel\PeerResolvers\PeerCustomResolverSettings.cs (4)
42
if (!String.IsNullOrEmpty(this.
bindingSection
) && !String.IsNullOrEmpty(this.bindingConfiguration))
43
binding = ConfigLoader.LookupBinding(this.
bindingSection
, this.bindingConfiguration);
56
return ((this.binding != null) || (!String.IsNullOrEmpty(this.
bindingSection
) && !String.IsNullOrEmpty(this.bindingConfiguration)));
74
return
bindingSection
;