当前位置:编程学习 > C#/ASP.NET >>

如何才能获取客户端计算机名

用asp.net 我想获取网络上的计算机名该怎么做啊?
先谢谢各位了!
--------------------编程问答-------------------- 可以根据IP来获取。
System.Net.Dns.Resolve(ip).HostName --------------------编程问答-------------------- 对于终端的信息,将信息发送到服务器
activex
--------------------编程问答-------------------- Page.Request.UserHostName  --------------------编程问答-------------------- 1楼的可以 --------------------编程问答-------------------- 参考:http://topic.csdn.net/u/20090810/18/ae264aba-0653-4ec0-adec-7b37276e1ef9.html --------------------编程问答-------------------- Page.Request.UserHostName  --------------------编程问答-------------------- Page.Request.UserHostName  --------------------编程问答-------------------- Request.ServerVariables["REMOTE_HOST"] for the client computername 
or 
Request.ServerVariables["REMOTE_ADDR"] for the client ip address --------------------编程问答-------------------- 你可以搜一下,很多的 --------------------编程问答-------------------- Page.Request.UserHostName 
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,