👩💻 Join our community of thousands of amazing developers!
Network usage information on Windows can be obtained from classes in the Windows.Networking.Connectivity namespace. The NetworkInformation 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....