例如:我想要像abc.hyd.mycompany.com这样的东西.我的要求是解析此名称并初始化适当的服务.
using System.Net; Dns.GetHostName() // doesn't return fully qualified name it just gives "abc"
c# environment-variables
c# ×1
environment-variables ×1