5 references to DnsIdentity
System.ServiceModel (5)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
302propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.DnsIdentity, out dnsIdentity);
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
217propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.DnsIdentity, out dnsIdentity);
System\ServiceModel\ComIntegration\MonikerHelper.cs (1)
55new KeywordInfo ("dnsidentity", MonikerAttribute.DnsIdentity),
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
233propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.DnsIdentity, out dnsIdentity);
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
200propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.DnsIdentity, out dnsIdentity);