Giri
Giri

Reputation: 275

Check whether connected to a Wi-Fi network or not C#

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

Answers (1)

aditya
aditya

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

Related Questions