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