4 references to GetAssociatedSection
System.ServiceModel (4)
System\ServiceModel\Configuration\ConfigurationHelpers.cs (3)
25
BindingsSection bindingsSection = (BindingsSection)ConfigurationHelpers.
GetAssociatedSection
(evaluationContext, ConfigurationStrings.BindingsSectionGroupPath);
87
StandardEndpointsSection endpointsSection = (StandardEndpointsSection)ConfigurationHelpers.
GetAssociatedSection
(evaluationContext, ConfigurationStrings.StandardEndpointsSectionPath);
249
return
GetAssociatedSection
(null, sectionPath);
System\ServiceModel\Configuration\ExtensionsSection.cs (1)
199
extensionsSection = (ExtensionsSection)ConfigurationHelpers.
GetAssociatedSection
(evaluationContext, ConfigurationStrings.ExtensionsSectionPath);