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