0

Is it possible to know the IPAddress of Windows Phone [Mango] devices when connected to PC through USB tethering.?

I am asking this because when i connect my phone to pc, using sockets it can connect to ANY Ipaddress. In other words, the SocketError enumeration always return me Success. which is quite strange.

If someone help me clarifying this issue. Thanx

Uday0119
  • 770
  • 1
  • 7
  • 23

2 Answers2

1

The phone itself can be accessed via the loopback interface (aka 127.0.0.1) - you can see that if you try to analyze the network traffic for a debug session. The level of access, however, is limited to the extent of the debugger integration.

Den
  • 16,686
  • 4
  • 47
  • 87
0

While the phone is connected it gets the IP address 192.168.55.101. The network interface of the computer (e.g. to connect to it from the phone) has the address 192.168.55.100.

blakharaz
  • 2,580
  • 13
  • 18