Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
System.Net.NetworkInformation.NetworkInterface 中的属性是否实时更新?具体来说,“Speed”属性是代表当前速度,还是调用 GetAllNetworkInterfaces 时的速度?
我不想重复调用 GetAllNetworkInterfaces,但希望 NetworkInterface 对象中的属性具有合理的实时值。