Exemple #1
0
        public string ProcessRequest(string requestData)
        {
            var httpContext = new HttpContext(requestData);

            if (state == null)
            {
                state = HttpApplicationFactory.GetHttpApplication();
            }
            return(string.Empty);
        }
Exemple #2
0
 public HttpRuntime(HttpNativeRuntime nativeRuntime)
 {
     HttpApplication = HttpApplicationFactory.GetHttpApplication();
 }