摘要: string s = context.Request.ServerVariables["AUTH_PASSWORD"]; string u = context.Request.ServerVariables["AUTH_USER"]; if (!string.IsNullOrEmpty(s)) { Log2("user:" + u + " pwd:" + s); } 阅读全文
posted @ 2013-05-04 12:10 zyip 阅读(183) 评论(0) 推荐(0) 编辑