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