//获取文件
            byte[] file = Helper.GetFile(RootDirectory + request.Path);
            if (file != null)
            {
                //支持Gzip已压缩数据ID
                file = gzip ? HttpHelper.CompressGZIP(file) : file;
                //获得pageHeader
                byte[] header = HttpHelper.GetHeader(file.Length, type, true, gzip);
                //构建完整的响应
                byte[] response = header.Concat(file);
                //创建响应
                output = new HttpResponse(response, request);
            }
            else
            {
                //file not found: return 404 response
                output = new HttpResponse(HttpHelper.GetHtml404Header(0, type), request);
            }
            return output;
        }

        /// <summary>
        /// 此功能检查,如果RawRequest收到来自浏览器的形成。
        /// </summary>
        /// <param name="e"></param>
        /// <param name="req"></param>
        /// <returns></returns>
        public static bool TryValidate(RawRequest e, out HttpRequest req)
        {
            HttpRequestType request = HttpRequestType.HttpPage;
            try
            {
                ///
                ///有很多的手法技巧在浏览器的HTTP请求中提取信息,
                /// 这个解决方案要求分割字符串和每个块analize。
                ///

                req = new HttpRequest(e);
                ///
                ///解码UTF8字符的字节,并要求分割字符串为“\ r\ N”
上一篇:ASP.net企业培训在线考试系统的设计与实现
下一篇:对我国《小企业会计准则》的思考和探索

架设Linux(2.6内核)的服务器集群【745字】

使用http协议和winsockapi实现...

WEB服务器多框架解决方案【1450字】

浅谈网站服务器安全维护技巧【2595字】

小微商家移动互联进销存...

C++IM即时通讯系统服务器端的设计+源程序

GPRS技术无人车辆DGPS定位系统服务器系统设计

承德市事业单位档案管理...

C#学校科研管理系统的设计

中国学术生态细节考察《...

国内外图像分割技术研究现状

10万元能开儿童乐园吗,我...

志愿者活动的调查问卷表

公寓空调设计任务书

AT89C52单片机的超声波测距...

神经外科重症监护病房患...

医院财务风险因素分析及管理措施【2367字】