public void ReadsContext()
        {
            //TODO: configure module appropriately
            var module = new HttpAuthenticationModule();
            module.OnAuthenticateRequest(httpContext);

            //test that stuff was read out, etc
        }
Пример #2
0
        public void ReadsContext()
        {
            //TODO: configure module appropriately
            var module = new HttpAuthenticationModule();

            module.OnAuthenticateRequest(httpContext);

            //test that stuff was read out, etc
        }