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