3 references to ClientSectionPath
System.ServiceModel (3)
System\ServiceModel\Configuration\ClientSection.cs (3)
31return (ClientSection)ConfigurationHelpers.GetSection(ConfigurationStrings.ClientSectionPath); 39return (ClientSection)ConfigurationHelpers.UnsafeGetSection(ConfigurationStrings.ClientSectionPath); 47return (ClientSection)ConfigurationHelpers.UnsafeGetSectionFromContext(contextInformation, ConfigurationStrings.ClientSectionPath);