4 writes to binding
System.ServiceModel (4)
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (4)
32
this.
binding
= other.binding;
42
this.
binding
= settings.Binding;
83
binding
= value;
158
this.
binding
= ConfigLoader.LookupBinding(this.bindingSection, this.bindingConfiguration);
6 references to binding
System.ServiceModel (6)
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (6)
32
this.binding = other.
binding
;
79
return
binding
;
154
if (address == null || ((
binding
== null) && (String.IsNullOrEmpty(this.bindingSection) || String.IsNullOrEmpty(this.bindingConfiguration))))
156
if (
binding
== null)
159
if (
binding
== null)
166
resolver.Initialize(address,
binding
, credentials, this.referralPolicy);