Obtaining network usage information from the Windows Runtime

4 · Raymond Chen · May 20, 2021, 2:22 p.m.
Network usage information on Windows can be obtained from classes in the Windows.Networking.Connectivity namespace. The Network­Information class is your starting point. We’ll start with C# and translate to C++/WinRT when we’re done. Prepare a C# console application to use Windows Runtime asynchronous operations as described last time, The post Obtaining network usage information from the Windows Runtime appeared first on The Old New Thing....