3 references to StandardEndpointsSectionPath
System.ServiceModel (3)
System\ServiceModel\Configuration\ConfigurationHelpers.cs (2)
87StandardEndpointsSection endpointsSection = (StandardEndpointsSection)ConfigurationHelpers.GetAssociatedSection(evaluationContext, ConfigurationStrings.StandardEndpointsSectionPath); 119StandardEndpointsSection endpointsSection = (StandardEndpointsSection)ConfigurationHelpers.UnsafeGetAssociatedSection(evaluationContext, ConfigurationStrings.StandardEndpointsSectionPath);
System\ServiceModel\Configuration\StandardEndpointsSection.cs (1)
81return (StandardEndpointsSection)config.GetSection(ConfigurationStrings.StandardEndpointsSectionPath);