Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2268 Points
511 Posts
Feb 23, 2012 07:19 AM|LINK
You can use this instead
using System.Net;
IPHostEntry ipEntry = System.Net.Dns.GetHostByName(HostName); IPAddress[] addr = ipEntry.AddressList;
Muhammad Fak...
Contributor
2268 Points
511 Posts
Re: Get unique identification from mobile device
Feb 23, 2012 07:19 AM|LINK
You can use this instead
using System.Net;
IPHostEntry ipEntry = System.Net.Dns.GetHostByName(HostName);
IPAddress[] addr = ipEntry.AddressList;
If you feel it helps, Mark as answered so that it can help others to find solution.
For Any further questions, please contact me.