Ejemplo n.º 1
0
 internal static ClientSection UnsafeGetSection(ContextInformation contextInformation)
 {
     return((ClientSection)ConfigurationHelpers.UnsafeGetSectionFromContext(contextInformation, ConfigurationStrings.ClientSectionPath));
 }