Determining the network connection link speed

前端 未结 3 1744
借酒劲吻你
借酒劲吻你 2021-01-06 09:53

How do I programmatically determine the network connection link speed for an active network connection - like Task Manager shows you in the Networking tab? I\'m not really a

3条回答
  •  旧巷少年郎
    2021-01-06 10:46

    Win32_NetworkAdapter WMI class can help you (Speed property). It returns the value 54000000 for my WiFi adapter connected to a WiFi-g access point.

提交回复
热议问题