Reputation: 275
Is there any way to check whether the PC connected to a wifi network or not? Also, I want the SSID if it's connected. Possible?
Upvotes: 6
Views: 13620
Reputation: 342
The part for checking internet connection is answered here:
C# checking Internet connection
The SSID part is answered here:
Get SSID of the wireless network I am connected to with C# .Net on Windows Vista
Upvotes: 3