Search for available wireless networks
I need to search for available wireless networks and take this lis开发者_如何学编程t and store it. I tried searching in MSDN Library for information, plus Google. But no luck.
Kindly help me. Thanks.
The best you can do regarding the wireless connection is determining the connection type. There is no way to access or manipulate details about the connection.
See this MSDN article for more information on using NetworkInterface.NetworkInterfaceType
to determine the connection type
Windows Phone (even Mango) does not have an API that exposes this information.
精彩评论