Reputation: 637
I need to search for available wireless networks and take this list and store it. I tried searching in MSDN Library for information, plus Google. But no luck.
Kindly help me. Thanks.
Upvotes: 1
Views: 157
Reputation: 1270
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
Upvotes: 3
Reputation: 141618
Windows Phone (even Mango) does not have an API that exposes this information.
Upvotes: 0