Example #1
0
        public void Init(HttpApplication context)
        {
            if (HmacHttpService == null)
            {
                HmacHttpService = CreateDefaultHmacService();
            }

            context.BeginRequest += BeginRequestHandler;
        }
Example #2
0
        public void Init(HttpApplication context)
        {
            if (HmacHttpService == null) HmacHttpService = CreateDefaultHmacService();

            context.BeginRequest += BeginRequestHandler;
        }