Lightstreamer.DotNetStandard.Client 5.0.0-beta

This is a prerelease version of Lightstreamer.DotNetStandard.Client.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Lightstreamer.DotNetStandard.Client --version 5.0.0-beta
NuGet\Install-Package Lightstreamer.DotNetStandard.Client -Version 5.0.0-beta
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="Lightstreamer.DotNetStandard.Client" Version="5.0.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lightstreamer.DotNetStandard.Client --version 5.0.0-beta
#r "nuget: Lightstreamer.DotNetStandard.Client, 5.0.0-beta"
#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 Lightstreamer.DotNetStandard.Client as a Cake Addin
#addin nuget:?package=Lightstreamer.DotNetStandard.Client&version=5.0.0-beta&prerelease

// Install Lightstreamer.DotNetStandard.Client as a Cake Tool
#tool nuget:?package=Lightstreamer.DotNetStandard.Client&version=5.0.0-beta&prerelease

The API allows to subscribe to real-time data pushed by a Lightstreamer server and to send any message to the server. The library offers automatic recovery from connection failures, automatic selection of the best available transport, and full decoupling of subscription and connection operations.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Lightstreamer.DotNetStandard.Client:

Package Downloads
ActivTrader.Client.API

ActivTrader client API enables any .NET based application for bidirectional communication with the ActivTrader Platform through WebSockets. The client can execute all trading operations as well as to subscribe for market data updates. The Account state is updated through real time notifications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.1.0 1,300 12/19/2023
6.0.1-a.90 75 10/9/2023
6.0.1-a.11 99 8/28/2023
6.0.0 828 7/11/2023
6.0.0-beta.3 227 6/22/2023
6.0.0-beta.2 141 4/5/2023
6.0.0-beta.1 145 3/14/2023
5.2.0-beta7 173 2/28/2023
5.2.0-beta6 170 2/16/2023
5.2.0-beta5 153 2/8/2023
5.2.0-beta4 181 1/31/2023
5.2.0-beta3 178 1/25/2023
5.2.0-beta2 182 1/18/2023
5.2.0-beta 176 1/11/2023
5.1.10 515 1/3/2024
5.1.9 129 12/12/2023
5.1.8 37,125 1/3/2023
5.1.7 6,610 11/28/2022
5.1.6 1,385 10/27/2022
5.1.5 949 8/18/2022
5.1.4 1,263 5/24/2022
5.1.3 1,887 5/16/2022
5.1.2 11,658 11/23/2021
5.1.1 789 8/10/2021
5.1.0 12,748 2/17/2021
5.0.5 6,636 6/16/2020
5.0.4 699 6/12/2020
5.0.3 691 6/3/2020
5.0.2 1,000 3/18/2020
5.0.1 688 3/17/2020
5.0.0 20,740 12/16/2019
5.0.0-beta 494 10/8/2019
4.0.0 12,011 10/11/2018

The new .NET client library introduces full support for the Unified Client API model that we have been introducing in all client libraries for some years now (indeed the first "unified" library was JavaScript 6.0).
The big advantage in using the Unified API is that the same consistent interface and behavior are guaranteed across different client platforms.
In other words, the same abstractions and internal mechanisms are provided for very different platforms (Web, Andorid, Java, iOS, ...), while respecting the conventions, styles, and best practice of each platform.

The API is completely revised compared to the previous version; so your existing code should be revisited to suit the new interface.
Also note that in case you use the Lightstreamer server with a license validation based on file, you may need to request and replace your existing license key files.