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