4 writes to BindingConfiguration
ComSvcConfig (1)
EndpointConfigContainer.cs (1)
321
endpointElement.
BindingConfiguration
= endpointConfig.BindingName;
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceEndpointElement.cs (1)
46
this.
BindingConfiguration
= source.BindingConfiguration;
System.ServiceModel.Web (2)
System\ServiceModel\Web\AutomaticEndpointGenerator.cs (1)
126
serviceEndpointElement.
BindingConfiguration
= protocolMappingItem.BindingConfiguration;
System\ServiceModel\Web\WebServiceHost.cs (1)
128
serviceEndpointElement.
BindingConfiguration
= protocolMappingItem.BindingConfiguration;
12 references to BindingConfiguration
ComSvcConfig (2)
EndpointConfigContainer.cs (2)
556
ee.
BindingConfiguration
,
567
ee.
BindingConfiguration
,
System.ServiceModel (10)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
94
endpointElement.Address.ToString(), endpointElement.
BindingConfiguration
, endpointElement.BindingName, endpointElement.BindingNamespace,
System\ServiceModel\Configuration\ServiceEndpointElement.cs (1)
46
this.BindingConfiguration = source.
BindingConfiguration
;
System\ServiceModel\Configuration\ServiceEndpointElementCollection.cs (1)
41
configElementKey.
BindingConfiguration
,
System\ServiceModel\Configuration\ServicesSection.cs (2)
69
if (string.IsNullOrEmpty(endpoint.Binding) && !string.IsNullOrEmpty(endpoint.
BindingConfiguration
))
74
BindingsSection.ValidateBindingReference(endpoint.Binding, endpoint.
BindingConfiguration
, context, endpoint);
System\ServiceModel\Description\ConfigLoader.cs (4)
477
string bindingKey = endpointElement.Binding + ":" + endpointElement.
BindingConfiguration
;
480
binding = ConfigLoader.LookupBinding(endpointElement.Binding, endpointElement.
BindingConfiguration
, ConfigurationHelpers.GetEvaluationContext(serviceElement));
921
string bindingKey = serviceEndpointElementCopy.Binding + ":" + serviceEndpointElementCopy.
BindingConfiguration
;
924
binding = ConfigLoader.LookupBinding(serviceEndpointElementCopy.Binding, serviceEndpointElementCopy.
BindingConfiguration
, context);
System\ServiceModel\Diagnostics\ServiceConfigurationTraceRecord.cs (1)
60
this.WriteElementString("BindingConfiguration", serviceEndpoint.
BindingConfiguration
, xml);