InetSpeedUWP.Monarc
1.0.0
dotnet add package InetSpeedUWP.Monarc --version 1.0.0
NuGet\Install-Package InetSpeedUWP.Monarc -Version 1.0.0
<PackageReference Include="InetSpeedUWP.Monarc" Version="1.0.0" />
paket add InetSpeedUWP.Monarc --version 1.0.0
#r "nuget: InetSpeedUWP.Monarc, 1.0.0"
// Install InetSpeedUWP.Monarc as a Cake Addin #addin nuget:?package=InetSpeedUWP.Monarc&version=1.0.0 // Install InetSpeedUWP.Monarc as a Cake Tool #tool nuget:?package=InetSpeedUWP.Monarc&version=1.0.0
This is a convenient Windows 10 (10240) multi-language API for making Internet connection state decisions in real time, using the speed result to decide if/when to run your network-intensive code. The same code works across all Windows 10 devices as this is implemented as a Universal Windows Runtime component.
This API does not need to eat a bunch of network bandwidth to do it's job.
This API fills a small gap in the Windows platform networking APIs by providing developers with a very easy to use, simple abstraction to measure current Internet connection speed, which most apps today are not doing. When apps make connectivity state assumptions based only on the existence of an active Internet connection, a potentially poor experience may result for your customers.
This API will benefit the people using your app, who should always be shielded from network latency under all circumstances. Developers will also benefit as you can be confident that:
a) This easy-to-use API will return a result very quickly, as any API call should
b) This API is accurate and reliable across Windows 10 devices.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 420 | 8/31/2021 |
First release