How can I check for 3G, wifi, EDGE, Cellular Networks in Windows Phone 7?

前端 未结 6 1352
陌清茗
陌清茗 2020-12-16 04:37

How can I check for 3G, wifi, EDGE, Cellular Networks in Windows Phone 7 using C#?

6条回答
  •  粉色の甜心
    2020-12-16 05:24

    Unfortunately the api's don't provide very limited information about the kind of network connection you have. You can tell if you are on 3G, Cellular or Ethernet (i.e. USB connection to PC) but that is all the information you get.

    Check out this for more info Better way to check for an network connection on WP7

提交回复
热议问题