欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

获取服务端和客户端的信息

程序员文章站 2022-06-06 14:10:31
...
            //服务器ip:
            //string S_Ip = Request.ServerVariables.Get("Local_Addr").ToString();
            //服务器主机名:
            //string S_Name = Request.ServerVariables.Get("Server_Name").ToString();
            //客户端ip:
            //string C_Ip = Request.ServerVariables.Get("Remote_Addr").ToString();
            //客户端主机名:
            //string C_Name = Request.ServerVariables.Get("Remote_Host").ToString();

  

转载于:https://www.cnblogs.com/cgjt/archive/2011/09/08/2171564.html