IHTTPModel接口实现文件上传
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
下载地址
用户评论