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