Suzz
network upload and download speed using System.Net.NetworkInformation package in .net core
thats ok, i wanted to use dontnet package instead of doing pings or socket. the requirement is like that. thats why i tried to use the System.Net.NetworkInformation
16 replies
network upload and download speed using System.Net.NetworkInformation package in .net core
also my requirement is to use any dotnet packages to retrieve the network speed. i've tried to use the LibreHardwareMonitorpackage. but it needs admin privilege to get the sensor values. the uat should need, thats not possible for my case
16 replies
network upload and download speed using System.Net.NetworkInformation package in .net core
the workflow is like that
i have a wpf application which have to calculate the upload and downlaod speed of the system. and i have an asp.netcore application, which have a get api. i'm using signalr callback to the wpf application from the asp.net core on the get api called. so there is not much time for me to wait.
16 replies
network upload and download speed using System.Net.NetworkInformation package in .net core
are there any methods available in System.Net.NetworkInformation like
networkInterface.GetIPv4Statistics().BytesSent;
networkInterface.GetIPv4Statistics().BytesReceived;
my requirement is i need to get the upload and download speed on a single button click. are there any ways to do that?
16 replies