void context_BeginRequest(object sender, EventArgs e) { #region 初始化,决定是否要求处理 HttpApplication m_application = sender as HttpApplication; IServiceProvider m_provider = HttpContext.Current; HttpWorkerRequest m_workRequest = (HttpWorkerRequest)m_provider.GetService(ty