3 writes to address
System.ServiceModel (3)
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (3)
29
this.
address
= other.address;
41
this.
address
= settings.Address;
71
address
= value;
4 references to address
System.ServiceModel (4)
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (4)
29
this.address = other.
address
;
67
return
address
;
154
if (
address
== null || ((binding == null) && (String.IsNullOrEmpty(this.bindingSection) || String.IsNullOrEmpty(this.bindingConfiguration))))
166
resolver.Initialize(
address
, binding, credentials, this.referralPolicy);