6 references to Identity
System.ServiceModel (6)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (4)
33this.Identity.InitializeFrom(address.Identity); 77&& source.Identity != null) 79this.Identity.Copy(source.Identity);
System\ServiceModel\Description\ConfigLoader.cs (2)
169serviceEndpoint.Address = new EndpointAddress(channelElement.Address, LoadIdentity(channelElement.Identity), channelElement.Headers.Headers); 760endpoint.Address = new EndpointAddress(channelEndpointElementCopy.Address, LoadIdentity(channelEndpointElementCopy.Identity), channelEndpointElementCopy.Headers.Headers);