예제 #1
0
        public bool DeleteSessionC(WebServer server, HttpListenerContext context)
        {
            server.DeleteSession(context);

            return(context.JsonResponse("Deleted"));
        }