Commit 2c5d6c01 authored by zhanglongtao's avatar zhanglongtao

测试

parent 275f803b
......@@ -83,7 +83,9 @@ namespace HYH.Registry.Services.Encryption
{
Console.WriteLine("New Max Speed = " + nic.Speed + ", MAC: " + tempMac);
maxSpeed = nic.Speed;
macAddress = tempMac;
macAddress = "Name: " + nic.Name +
" Found MAC Address: " + tempMac +
" Type: " + nic.NetworkInterfaceType;
}
}
......@@ -181,5 +183,6 @@ namespace HYH.Registry.Services.Encryption
return null;
}
//}
}
}
......@@ -139,5 +139,11 @@
</summary>
<returns></returns>
</member>
<member name="M:HYH.Registry.Services.Encryption.EncryptionService.GetInternalIP">
<summary>
获取内网ip
</summary>
<returns></returns>
</member>
</members>
</doc>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment