示例#1
0
文件: Form1.cs 项目: SimonK91/ops
 private void test(string IP)
 {
     Log("Test: InetAddress.DoSubnetTranslation(" + IP + ") = " + InetAddress.DoSubnetTranslation(IP));
     Log("Test: InetAddress.IsValidNodeAddress(" + IP + ") = " + InetAddress.IsValidNodeAddress(IP));
     Log("Test: InetAddress.IsMyNodeAddress(" + IP + ") = " + InetAddress.IsMyNodeAddress(IP));
 }