客户端ip:
1c#中获取服务器IP,客户端IP以及其它Request.ServerVariables.Get("Remote_Addr").ToString(); 
客户端主机名:
1c#中获取服务器IP,客户端IP以及其它Request.ServerVariables.Get("Remote_Host").ToString(); 
客户端浏览器IE:
c#中获取服务器IP,客户端IP以及其它Request.Browser.Browser; 
客户端浏览器 版本号:
c#中获取服务器IP,客户端IP以及其它Request.Browser.MajorVersion;//
客户端操作系统:
c#中获取服务器IP,客户端IP以及其它Request.Browser.Platform; 
服务器ip:
c#中获取服务器IP,客户端IP以及其它Request.ServerVariables.Get("Local_Addr").ToString(); 
服务器名:
c#中获取服务器IP,客户端IP以及其它Request.ServerVariables.Get("Server_Name").ToString();
如果你想进一步了解ServerVariables,可以用
1
获取客户端IP方法
 1c#中获取服务器IP,客户端IP以及其它public string GetIP()
 2    }

相关文章:

  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2022-02-28
  • 2022-12-23
  • 2021-11-28
猜你喜欢
  • 2022-02-17
  • 2022-12-23
相关资源
相似解决方案