C#获得IP地址
IpEntry = (());for (int i = 0; i != IpEntry.AddressList.Length; i++)
{
if (!IpEntry.AddressList[i].IsIPv6LinkLocal)
{
Technorati 标签: C#,IP,IP地址
MessageBox.Show(IpEntry.AddressList[i].ToString());
}
2010-12-05 22:56
2010-12-05 23:22
2010-12-06 07:59
2010-12-06 08:57
2010-12-06 10:13
2010-12-07 22:57
2010-12-08 17:00
2011-04-15 15:43