M
Mark
Hi,
I was just wondering if a mobile device should have a standard IP address.
I'm using an XDA2 running Pocket PC 2003 Phone Edition, when I use the
fl=ollowing code fragement I get a number something like 119988447, rather
that aaa.bbb.ccc.ddd:
IPHostEntry IpHost = Resolve(Dns.GetHostName());
IpHost.AddrssList[0].Address.ToString();
Is this normal?
Mark
I was just wondering if a mobile device should have a standard IP address.
I'm using an XDA2 running Pocket PC 2003 Phone Edition, when I use the
fl=ollowing code fragement I get a number something like 119988447, rather
that aaa.bbb.ccc.ddd:
IPHostEntry IpHost = Resolve(Dns.GetHostName());
IpHost.AddrssList[0].Address.ToString();
Is this normal?
Mark