Get SSID of the wireless network I am connected to with C# .Net on Windows Vista

后端 未结 7 792
难免孤独
难免孤独 2020-11-27 04:31

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

7条回答
  •  粉色の甜心
    2020-11-27 05:32

    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.

提交回复
热议问题