5 references to Binding
System.ServiceModel (5)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
298propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Binding, out binding);
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
210propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Binding, out binding);
System\ServiceModel\ComIntegration\MonikerHelper.cs (1)
56new KeywordInfo ("binding", MonikerAttribute.Binding),
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
229propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Binding, out bindingType);
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
196propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Binding, out bindingName);