Provides an HttpWorkerRequest that is used by the ASP.Net runtime.
Inheritance: 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);
        }