会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
蜘蛛
★`゛自己選擇的路 oκ! ℡↘跪著也要把它走完```
博客园
首页
新随笔
联系
订阅
管理
2010年9月23日
ASP.NET获取IP的方法
摘要: //方法一HttpContext.Current.Request.UserHostAddress; //方法二HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];//方法三 (局域网)string strHostName = System.Net.Dns.GetHostName();string clientIPAddress = ...
阅读全文
posted @ 2010-09-23 10:43 wbscn
阅读(263)
评论(0)
推荐(0)
编辑