6 references to LoadIdentity
System.ServiceModel (6)
System\ServiceModel\Configuration\PeerCustomResolverElement.cs (1)
70
settings.Address = new EndpointAddress(this.Address, ConfigLoader.
LoadIdentity
(this.Identity), this.Headers.Headers);
System\ServiceModel\Description\ConfigLoader.cs (5)
169
serviceEndpoint.Address = new EndpointAddress(channelElement.Address,
LoadIdentity
(channelElement.Identity), channelElement.Headers.Headers);
375
return new EndpointAddress(element.Address,
LoadIdentity
(element.Identity), element.Headers.Headers);
505
serviceEndpoint = new ServiceEndpoint(contract, binding, new EndpointAddress(via,
LoadIdentity
(endpointElement.Identity), endpointElement.Headers.Headers));
760
endpoint.Address = new EndpointAddress(channelEndpointElementCopy.Address,
LoadIdentity
(channelEndpointElementCopy.Identity), channelEndpointElementCopy.Headers.Headers);
985
endpoint.Address = new EndpointAddress(via,
LoadIdentity
(serviceEndpointElement.Identity), serviceEndpointElement.Headers.Headers);