4 writes to identity
System.ServiceModel (4)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (4)
263identity = EndpointIdentity.CreateSpnIdentity(spnIdentity); 269identity = EndpointIdentity.CreateUpnIdentity(upnIdentity); 275identity = EndpointIdentity.CreateDnsIdentity(dnsIdentity); 278identity = null;
1 reference to identity
System.ServiceModel (1)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
152endpoint.Address = new EndpointAddress(new Uri(address), identity);