我如何在.NET的计算机名计算机、如何在、NET

2023-09-02 21:25:53 作者:独守空城待佳人

我如何在.NET C#中的计算机名称

How do I get the computer name in .NET c#

推荐答案

System.Environment.MachineName HttpContext.Current.Server.MachineName System.Net.Dns.GetHostName()

请参阅如何找到本地计算机的FQDN在C#/。NET?如果最后不给你的FQDN,你需要它。

See How to find FQDN of local machine in C#/.NET ? if the last doesn't give you the FQDN and you need it.