예제 #1
0
        public override void Process(HttpRequestArgs args)
        {
            string mockIp = HttpContext.Current.Request.Cookies["demandbasemockip"]?.Value;

            if (!string.IsNullOrWhiteSpace(mockIp))
            {
                RuleFactory.InvalidateCache();
            }
        }