1 write to bindingName
System.ServiceModel (1)
System\ServiceModel\Configuration\BindingCollectionElement.cs (1)
26
this.
bindingName
= this.GetBindingName();
2 references to bindingName
System.ServiceModel (2)
System\ServiceModel\Configuration\BindingCollectionElement.cs (2)
24
if (String.IsNullOrEmpty(this.
bindingName
))
29
return this.
bindingName
;