1 write to Address
System.ServiceModel (1)
System\ServiceModel\Configuration\EndpointAddressElementBase.cs (1)
50this.Address = source.Address;
6 references to Address
System.ServiceModel (6)
System\ServiceModel\Configuration\EndpointAddressElementBase.cs (1)
50this.Address = source.Address;
System\ServiceModel\Configuration\FederatedMessageSecurityOverHttpElement.cs (2)
155if (null == this.Issuer.Address) 160this.Issuer.BindingConfiguration = this.Issuer.Address.ToString();
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (2)
246this.Issuer.BindingConfiguration = this.Issuer.Address.ToString(); 275element.Issuer.BindingConfiguration = element.Issuer.Address.ToString();
System\ServiceModel\Description\ConfigLoader.cs (1)
375return new EndpointAddress(element.Address, LoadIdentity(element.Identity), element.Headers.Headers);