I\'d like to know if there is any .Net class that allows me to know the SSID of the wireless network I\'m connected to.
So far I only found the library linked below. Is the
You are going to have to use native WLAN API. There is a long discussion about it here. Apparently this is what Managed Wifi API uses, so it will be easier for you to use it if you do not have any restrictions to use LGPL code.