12 instantiations of ConfigLoader
System.ServiceModel (12)
System\ServiceModel\ChannelFactory.cs (2)
146
configLoader = new
ConfigLoader
(configuration.EvaluationContext);
150
configLoader = new
ConfigLoader
();
System\ServiceModel\ComIntegration\ComPlusServiceLoader.cs (1)
23
this.configLoader = new
ConfigLoader
(typeLoader);
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
158
ConfigLoader configLoader = new
ConfigLoader
();
System\ServiceModel\ServiceConfiguration.cs (1)
187
ConfigLoader configLoader = new
ConfigLoader
(resolver);
System\ServiceModel\ServiceHost.cs (7)
371
ConfigLoader configLoader = new
ConfigLoader
(GetContractResolver(this.implementedContracts));
415
ConfigLoader loader = new
ConfigLoader
(GetContractResolver(this.implementedContracts));
469
ConfigLoader configLoader = new
ConfigLoader
(GetContractResolver(implementedContracts));
776
ConfigLoader configLoader = new
ConfigLoader
(GetContractResolver(this.ImplementedContracts));
1835
ConfigLoader configLoader = new
ConfigLoader
(GetContractResolver(this.ImplementedContracts));
1888
ConfigLoader configLoader = new
ConfigLoader
(GetContractResolver(this.ImplementedContracts));
1903
ConfigLoader configLoader = new
ConfigLoader
(GetContractResolver(this.ImplementedContracts));
95 references to ConfigLoader
System.ServiceModel (95)
System\ServiceModel\ChannelFactory.cs (3)
143
ConfigLoader
configLoader;
258
serviceEndpointFromConfig =
ConfigLoader
.LookupEndpoint(configurationName, address, this.serviceEndpoint.Contract);
285
serviceEndpointFromConfig =
ConfigLoader
.LookupEndpoint(configurationName, address, this.serviceEndpoint.Contract, configuration.EvaluationContext);
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (1)
158
this.binding =
ConfigLoader
.LookupBinding(this.bindingSection, this.bindingConfiguration);
System\ServiceModel\ComIntegration\ChannelCredentials.cs (1)
233
binding =
ConfigLoader
.LookupBinding(localIssuerBindingType, localIssuerBinding);
System\ServiceModel\ComIntegration\ComPlusServiceLoader.cs (1)
16
ConfigLoader
configLoader;
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
71
ComContractElement contractConfigElement =
ConfigLoader
.LookupComContract(iid);
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
288
mexBinding =
ConfigLoader
.LookupBinding(mexBindingSectionName, mexBindingConfiguration);
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (2)
158
ConfigLoader
configLoader = new ConfigLoader();
239
binding =
ConfigLoader
.LookupBinding(bindingType, bindingConfigName);
System\ServiceModel\Configuration\FederatedMessageSecurityOverHttpElement.cs (3)
109
security.IssuerAddress =
ConfigLoader
.LoadEndpointAddress(this.Issuer);
113
security.IssuerBinding =
ConfigLoader
.LookupBinding(this.Issuer.Binding, this.Issuer.BindingConfiguration, this.EvaluationContext);
118
security.IssuerMetadataAddress =
ConfigLoader
.LoadEndpointAddress(this.IssuerMetadata);
System\ServiceModel\Configuration\IssuedTokenClientElement.cs (4)
130
issuedToken.LocalIssuerAddress =
ConfigLoader
.LoadEndpointAddress(this.LocalIssuer);
133
issuedToken.LocalIssuerBinding =
ConfigLoader
.LookupBinding(this.LocalIssuer.Binding, this.LocalIssuer.BindingConfiguration, this.EvaluationContext);
138
ConfigLoader
.LoadChannelBehaviors(this.LocalIssuerChannelBehaviors, this.EvaluationContext, issuedToken.LocalIssuerChannelBehaviors);
147
ConfigLoader
.LoadChannelBehaviors(issuerBehaviorElement.BehaviorConfiguration, this.EvaluationContext, issuerBehaviors);
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (3)
158
parameters.IssuerAddress =
ConfigLoader
.LoadEndpointAddress(this.Issuer);
162
parameters.IssuerBinding =
ConfigLoader
.LookupBinding(this.Issuer.Binding, this.Issuer.BindingConfiguration, this.EvaluationContext);
168
parameters.IssuerMetadataAddress =
ConfigLoader
.LoadEndpointAddress(this.IssuerMetadata);
System\ServiceModel\Configuration\MetadataElement.cs (2)
36
return
ConfigLoader
.LoadWsdlImporters(this.WsdlImporters, this.EvaluationContext);
41
return
ConfigLoader
.LoadPolicyImporters(this.PolicyImporters, this.EvaluationContext);
System\ServiceModel\Configuration\PeerCustomResolverElement.cs (2)
70
settings.Address = new EndpointAddress(this.Address,
ConfigLoader
.LoadIdentity(this.Identity), this.Headers.Headers);
76
settings.Binding =
ConfigLoader
.LookupBinding(this.Binding, this.BindingConfiguration);
System\ServiceModel\Configuration\ServiceDebugElement.cs (2)
112
behavior.HttpHelpPageBinding =
ConfigLoader
.LookupBinding(this.HttpHelpPageBinding, this.HttpHelpPageBindingConfiguration);
114
behavior.HttpsHelpPageBinding =
ConfigLoader
.LookupBinding(this.HttpsHelpPageBinding, this.HttpsHelpPageBindingConfiguration);
System\ServiceModel\Configuration\ServiceMetadataPublishingElement.cs (2)
123
behavior.HttpGetBinding =
ConfigLoader
.LookupBinding(this.HttpGetBinding, this.HttpGetBindingConfiguration);
125
behavior.HttpsGetBinding =
ConfigLoader
.LookupBinding(this.HttpsGetBinding, this.HttpsGetBindingConfiguration);
System\ServiceModel\Description\ConfigLoader.cs (51)
164
serviceEndpoint.Binding =
ConfigLoader
.LookupBinding(channelElement.Binding, channelElement.BindingConfiguration, ConfigurationHelpers.GetEvaluationContext(channelElement));
172
CommonBehaviorsSection commonBehaviors =
ConfigLoader
.LookupCommonBehaviors(ConfigurationHelpers.GetEvaluationContext(channelElement));
178
EndpointBehaviorElement behaviorElement =
ConfigLoader
.LookupEndpointBehaviors(channelElement.BehaviorConfiguration, ConfigurationHelpers.GetEvaluationContext(channelElement));
191
CommonBehaviorsSection commonBehaviors =
ConfigLoader
.LookupCommonBehaviors(this.configurationContext);
439
CommonBehaviorsSection commonBehaviors =
ConfigLoader
.LookupCommonBehaviors(
455
ServiceBehaviorElement behaviorElement =
ConfigLoader
.LookupServiceBehaviors(behaviorConfigurationName, ConfigurationHelpers.GetEvaluationContext(serviceElement));
480
binding =
ConfigLoader
.LookupBinding(endpointElement.Binding, endpointElement.BindingConfiguration, ConfigurationHelpers.GetEvaluationContext(serviceElement));
522
EndpointBehaviorElement behaviorEndpointElement =
ConfigLoader
.LookupEndpointBehaviors(endpointElement.BehaviorConfiguration, ConfigurationHelpers.GetEvaluationContext(endpointElement));
549
EndpointBehaviorElement behaviorEndpointElement =
ConfigLoader
.LookupEndpointBehaviors(ConfigurationStrings.DefaultName, ConfigurationHelpers.GetEvaluationContext(null));
624
if (null ==
ConfigLoader
.resolvedEndpoints)
626
ConfigLoader
.resolvedEndpoints = new List<string>();
630
if (
ConfigLoader
.resolvedEndpoints.Contains(resolvedEndpointID))
634
foreach (string resolvedEndpoint in
ConfigLoader
.resolvedEndpoints)
643
ConfigLoader
.resolvedEndpoints = null;
653
ConfigLoader
.resolvedEndpoints.Add(resolvedEndpointID);
655
ConfigLoader
.resolvedEndpoints.Remove(resolvedEndpointID);
661
if (null !=
ConfigLoader
.resolvedEndpoints)
663
ConfigLoader
.resolvedBindings = null;
668
if (null !=
ConfigLoader
.resolvedEndpoints &&
669
0 ==
ConfigLoader
.resolvedEndpoints.Count)
671
ConfigLoader
.resolvedEndpoints = null;
744
endpoint.Binding =
ConfigLoader
.LookupBinding(channelEndpointElementCopy.Binding, channelEndpointElementCopy.BindingConfiguration, ConfigurationHelpers.GetEvaluationContext(channelEndpointElement));
764
CommonBehaviorsSection commonBehaviors =
ConfigLoader
.LookupCommonBehaviors(ConfigurationHelpers.GetEvaluationContext(channelEndpointElement));
770
EndpointBehaviorElement behaviorElement =
ConfigLoader
.LookupEndpointBehaviors(channelEndpointElementCopy.BehaviorConfiguration, ConfigurationHelpers.GetEvaluationContext(channelEndpointElement));
797
if (null ==
ConfigLoader
.resolvedEndpoints)
799
ConfigLoader
.resolvedEndpoints = new List<string>();
803
if (
ConfigLoader
.resolvedEndpoints.Contains(resolvedEndpointID))
807
foreach (string resolvedEndpoint in
ConfigLoader
.resolvedEndpoints)
816
ConfigLoader
.resolvedEndpoints = null;
826
ConfigLoader
.resolvedEndpoints.Add(resolvedEndpointID);
828
ConfigLoader
.resolvedEndpoints.Remove(resolvedEndpointID);
834
if (null !=
ConfigLoader
.resolvedEndpoints)
836
ConfigLoader
.resolvedBindings = null;
841
if (null !=
ConfigLoader
.resolvedEndpoints &&
842
0 ==
ConfigLoader
.resolvedEndpoints.Count)
844
ConfigLoader
.resolvedEndpoints = null;
924
binding =
ConfigLoader
.LookupBinding(serviceEndpointElementCopy.Binding, serviceEndpointElementCopy.BindingConfiguration, context);
964
EndpointBehaviorElement behaviorEndpointElement =
ConfigLoader
.LookupEndpointBehaviors(serviceEndpointElementCopy.BehaviorConfiguration, ConfigurationHelpers.GetEvaluationContext(serviceEndpointElement));
1002
return
ConfigLoader
.LookupBinding(bindingSectionName, configurationName, null);
1127
if (null ==
ConfigLoader
.resolvedBindings)
1129
ConfigLoader
.resolvedBindings = new List<string>();
1132
if (
ConfigLoader
.resolvedBindings.Contains(resolvedBindingID))
1136
foreach (string resolvedBinding in
ConfigLoader
.resolvedBindings)
1145
ConfigLoader
.resolvedBindings = null;
1156
ConfigLoader
.resolvedBindings.Add(resolvedBindingID);
1158
ConfigLoader
.resolvedBindings.Remove(resolvedBindingID);
1164
if (null !=
ConfigLoader
.resolvedBindings)
1166
ConfigLoader
.resolvedBindings = null;
1171
if (null !=
ConfigLoader
.resolvedBindings &&
1172
0 ==
ConfigLoader
.resolvedBindings.Count)
1174
ConfigLoader
.resolvedBindings = null;
System\ServiceModel\PeerResolvers\PeerCustomResolverSettings.cs (1)
43
binding =
ConfigLoader
.LookupBinding(this.bindingSection, this.bindingConfiguration);
System\ServiceModel\ServiceConfiguration.cs (1)
187
ConfigLoader
configLoader = new ConfigLoader(resolver);
System\ServiceModel\ServiceHost.cs (14)
371
ConfigLoader
configLoader = new ConfigLoader(GetContractResolver(this.implementedContracts));
415
ConfigLoader
loader = new ConfigLoader(GetContractResolver(this.implementedContracts));
469
ConfigLoader
configLoader = new ConfigLoader(GetContractResolver(implementedContracts));
489
ProtocolMappingItem protocolMappingItem =
ConfigLoader
.LookupProtocolMapping(baseAddress.Scheme);
492
Binding defaultBinding =
ConfigLoader
.LookupBinding(protocolMappingItem.Binding, protocolMappingItem.BindingConfiguration);
776
ConfigLoader
configLoader = new ConfigLoader(GetContractResolver(this.ImplementedContracts));
788
void LoadConfigurationSectionInternal(
ConfigLoader
configLoader, ServiceDescription description, string configurationName)
797
void LoadConfigurationSectionInternal(
ConfigLoader
configLoader, ServiceDescription description, ServiceElement serviceSection)
1819
ConfigLoader
.LoadDefaultEndpointBehaviors(endpoint);
1835
ConfigLoader
configLoader = new ConfigLoader(GetContractResolver(this.ImplementedContracts));
1888
ConfigLoader
configLoader = new ConfigLoader(GetContractResolver(this.ImplementedContracts));
1903
ConfigLoader
configLoader = new ConfigLoader(GetContractResolver(this.ImplementedContracts));
1917
void LoadHostConfigurationInternal(
ConfigLoader
configLoader, ServiceDescription description, string configurationName)
1930
void LoadConfigurationSectionExceptHostInternal(
ConfigLoader
configLoader, ServiceDescription description, string configurationName)