views:

27

answers:

0

I am developing a windows mobile 6 application using .NET CF 3.5. I need to get the IP address of my desktop computer when the device is cradled in order to initiate a synchronization process from the mobile device.

I have tried Dns.GetHostEntry, but this seems to return the IP address of my Pocket PC emulator.

Any ideas?