2 instantiations of DnsEndpointIdentity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointIdentity.cs (2)
58
return new
DnsEndpointIdentity
(dnsName);
130
readIdentity = new
DnsEndpointIdentity
(reader.ReadElementString());
1 reference to DnsEndpointIdentity
dotnet-svcutil-lib (1)
CodeDomFixup\MethodCreationHelper.cs (1)
2140
if (identity != null && (identity is
DnsEndpointIdentity
))