客户端ip:
Request.ServerVariables.Get(“Remote_Addr”).ToString();
客户端主机名:
Request.ServerVariables.Get(“Remote_Host”).ToString();
客户端浏览器IE:
Request.Browser.Browser;
客户端浏览器 版本号:
Request.Browser.MajorVersion;
客户端操作系统:
Request.Browser.Platform;
服务器ip:
Request.ServerVariables.Get(“Local_Addr”).ToString();
服务器名:
Request.ServerVariables.Get(“Server_Name”).ToString();
Request.ServerVariables.Get(“Remote_Addr”).ToString();
客户端主机名:
Request.ServerVariables.Get(“Remote_Host”).ToString();
客户端浏览器IE:
Request.Browser.Browser;
客户端浏览器 版本号:
Request.Browser.MajorVersion;
客户端操作系统:
Request.Browser.Platform;
服务器ip:
Request.ServerVariables.Get(“Local_Addr”).ToString();
服务器名:
Request.ServerVariables.Get(“Server_Name”).ToString();
0人赞
分享
二维码
赏一个