4 references to MexAddress
System.ServiceModel (4)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
303
propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.
MexAddress
, out mexAddress);
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
211
propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.
MexAddress
, out mexAddress);
System\ServiceModel\ComIntegration\MonikerHelper.cs (1)
58
new KeywordInfo ("mexaddress", MonikerAttribute.
MexAddress
),
System\ServiceModel\ComIntegration\ProxyBuilder.cs (1)
27
else if (propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.
MexAddress
, out temp))