示例#1
0
 internal static ClientSection UnsafeGetSection(ContextInformation contextInformation)
 {
     return((ClientSection)ConfigurationHelpers.UnsafeGetSectionFromContext(contextInformation, ConfigurationStrings.ClientSectionPath));
 }