I was wondering if there is any method to automatically detect whether I'm connected to a specific network's SSID when using C#.
I saw examples like this, this and this .
What I really wanted was for my application to be able to automatically detect that I'm connected or disconnected to that SSID to perform some functions for each cases.
Please and thank you for the help