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