2 references to Address
System.ServiceModel (2)
System\ServiceModel\Configuration\PeerCustomResolverElement.cs (2)
68
if (this.
Address
!= null)
70
settings.Address = new EndpointAddress(this.
Address
, ConfigLoader.LoadIdentity(this.Identity), this.Headers.Headers);