摘要:
1/**//// 2 /// 穿过代理服务器取远程用户真实IP地址 3 /// 4 /// 5 private string GetClientIP() 6 { 7 if(Request.ServerVariables["HTTP_VIA"]!=null) 8 { 9 ... 阅读全文
posted @ 2006-11-05 00:20 sunrack 阅读(281) 评论(0) 推荐(0)
|
摘要:
1/**//// 2 /// 穿过代理服务器取远程用户真实IP地址 3 /// 4 /// 5 private string GetClientIP() 6 { 7 if(Request.ServerVariables["HTTP_VIA"]!=null) 8 { 9 ... 阅读全文
posted @ 2006-11-05 00:20 sunrack 阅读(281) 评论(0) 推荐(0) |
||