Ejemplo n.º 1
0
 /// <summary>
 /// This method supports the framework directly and should not be used from your code
 /// </summary>
 /// <param name="handler">The handler.</param>
 /// <param name="context">The context.</param>
 /// <returns></returns>
 public static void Impl(IReadCookies handler, IContext context)
 {
     handler.RequestCookies = context.Request.Cookies;
 }
Ejemplo n.º 2
0
 public static bool Impl(IReadCookies e, IContext c)
 {
     return Called = true;
 }