Ejemplo n.º 1
0
 internal static HttpContext SwitchContext(HttpContext context)
 {
     return(ContextBase.SwitchContext(context) as HttpContext);
 }