コード例 #1
0
 internal static bool IsLooksLikeFqdn(string serverName)
 {
     return(MachineName.IsLikeFqdn(serverName));
 }