4 writes to Address
System.ServiceModel (2)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (2)
29
this.
Address
= address.Uri;
49
this.
Address
= source.Address;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Configuration\WorkflowControlEndpointElement.cs (1)
176
channelEndpointElement.
Address
= this.Address;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\Configuration\ConfigurationUtility.cs (1)
33
channelEndpointElement.
Address
= null;
16 references to Address
System.ServiceModel (9)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (1)
49
this.Address = source.
Address
;
System\ServiceModel\Description\ConfigLoader.cs (8)
167
if (serviceEndpoint.Address == null && channelElement.
Address
!= null && channelElement.
Address
.OriginalString.Length > 0)
169
serviceEndpoint.Address = new EndpointAddress(channelElement.
Address
, LoadIdentity(channelElement.Identity), channelElement.Headers.Headers);
758
if (endpoint.Address == null && channelEndpointElementCopy.
Address
!= null && channelEndpointElementCopy.
Address
.OriginalString.Length > 0)
760
endpoint.Address = new EndpointAddress(channelEndpointElementCopy.
Address
, LoadIdentity(channelEndpointElementCopy.Identity), channelEndpointElementCopy.Headers.Headers);
1369
if (retval.
Address
!= null)
1371
values["RemoteEndpointUri"] = retval.
Address
.ToString();
System.ServiceModel.Discovery (7)
System\ServiceModel\Discovery\Configuration\AnnouncementChannelEndpointElementCollection.cs (2)
28
string address = channelEndpointElement.
Address
== null ? "" : channelEndpointElement.
Address
.ToString().ToUpperInvariant();
System\ServiceModel\Discovery\Configuration\ConfigurationUtility.cs (2)
29
if (!(channelEndpointElement.
Address
== null || String.IsNullOrEmpty(channelEndpointElement.
Address
.ToString())))
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (3)
74
if (channelEndpointElement.
Address
!= null && !channelEndpointElement.
Address
.Equals(DiscoveryClientBindingElement.DiscoveryEndpointAddress.Uri))
80
channelEndpointElement.
Address
,