InetSpeedUWP.Monarc 1.0.0

dotnet add package InetSpeedUWP.Monarc --version 1.0.0
NuGet\Install-Package InetSpeedUWP.Monarc -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="InetSpeedUWP.Monarc" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add InetSpeedUWP.Monarc --version 1.0.0
#r "nuget: InetSpeedUWP.Monarc, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 394 8/31/2021

First release