5 references to Identity
System.ServiceModel (5)
System\ServiceModel\Configuration\ServiceEndpointElement.cs (3)
70&& source.Identity != null) 72this.Identity.Copy(source.Identity);
System\ServiceModel\Description\ConfigLoader.cs (2)
505serviceEndpoint = new ServiceEndpoint(contract, binding, new EndpointAddress(via, LoadIdentity(endpointElement.Identity), endpointElement.Headers.Headers)); 985endpoint.Address = new EndpointAddress(via, LoadIdentity(serviceEndpointElement.Identity), serviceEndpointElement.Headers.Headers);