4 writes to Address
System.ServiceModel (2)
System\ServiceModel\Configuration\ServiceEndpointElement.cs (2)
20this.Address = address; 34this.Address = source.Address;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Configuration\WorkflowControlEndpointElement.cs (1)
159serviceEndpointElement.Address = this.Address;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\Configuration\ConfigurationUtility.cs (1)
42serviceEndpointElement.Address = null;
17 references to Address
ComSvcConfig (3)
EndpointConfigContainer.cs (3)
557ee.Address, 568ee.Address, 647(ee.Address == endpointConfig.Address))
System.ServiceModel (11)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
94endpointElement.Address.ToString(), endpointElement.BindingConfiguration, endpointElement.BindingName, endpointElement.BindingNamespace,
System\ServiceModel\Configuration\ServiceEndpointElement.cs (1)
34this.Address = source.Address;
System\ServiceModel\Configuration\ServiceEndpointElementCollection.cs (2)
40(configElementKey.Address == null) ? null : configElementKey.Address.ToString().ToUpperInvariant(),
System\ServiceModel\Description\ConfigLoader.cs (5)
494Uri address = endpointElement.Address; 506serviceEndpoint.UnresolvedAddress = endpointElement.Address; 982if (serviceEndpointElement.Address != null) 984Uri via = ServiceHost.MakeAbsoluteUri(serviceEndpointElement.Address, endpoint.Binding, host.InternalBaseAddresses); 986endpoint.UnresolvedAddress = serviceEndpointElement.Address;
System\ServiceModel\Diagnostics\ServiceConfigurationTraceRecord.cs (2)
55if (serviceEndpoint.Address != null) 57this.WriteElementString("Address", serviceEndpoint.Address.ToString(), xml);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Configuration\WorkflowControlEndpointElement.cs (1)
156if (serviceEndpointElement.Address == null ||
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\Configuration\ConfigurationUtility.cs (2)
38if (!(serviceEndpointElement.Address == null || String.IsNullOrEmpty(serviceEndpointElement.Address.ToString())))