摘要:
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
阅读(197)
评论(0)
推荐(0)

浙公网安备 33010602011771号