public string ProcessRequest(string requestData) { var httpContext = new HttpContext(requestData); if (state == null) { state = HttpApplicationFactory.GetHttpApplication(); } return(string.Empty); }
public HttpRuntime(HttpNativeRuntime nativeRuntime) { HttpApplication = HttpApplicationFactory.GetHttpApplication(); }