Provides an HttpWorkerRequest that is used by the ASP.Net runtime.
Наследование: System.Web.HttpWorkerRequest
Пример #1
0
        public bool ProcessRequest(IHttpContext context)
        {
            var workerRequest = new AspServerRequest(context, this.VirtualPath, this.PhysicalPath);

            HttpRuntime.ProcessRequest(workerRequest);

            return true;
        }
Пример #2
0
        public bool ProcessRequest(IHttpContext context)
        {
            var workerRequest = new AspServerRequest(context, this.VirtualPath, this.PhysicalPath);

            HttpRuntime.ProcessRequest(workerRequest);

            return(true);
        }