2 writes to binding
System.ServiceModel (2)
System\ServiceModel\PeerResolvers\PeerCustomResolverSettings.cs (2)
43
binding
= ConfigLoader.LookupBinding(this.bindingSection, this.bindingConfiguration);
49
binding
= value;
3 references to binding
System.ServiceModel (3)
System\ServiceModel\PeerResolvers\PeerCustomResolverSettings.cs (3)
40
if (
binding
== null)
45
return
binding
;
56
return ((this.
binding
!= null) || (!String.IsNullOrEmpty(this.bindingSection) && !String.IsNullOrEmpty(this.bindingConfiguration)));