Lightstreamer.DotNetStandard.Client
5.0.5
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.
For complete API documentation: https://lightstreamer.com/api/ls-dotnetstandard-client/latest/
This client component is compatible with Lightstreamer Server since version 7.0.1 and .Net Standard 2.0
Install-Package Lightstreamer.DotNetStandard.Client -Version 5.0.5
dotnet add package Lightstreamer.DotNetStandard.Client --version 5.0.5
<PackageReference Include="Lightstreamer.DotNetStandard.Client" Version="5.0.5" />
paket add Lightstreamer.DotNetStandard.Client --version 5.0.5
Release Notes
Fixed a bug that could cause the application to crash due to an unexpected URI format.
Dependencies
-
.NETStandard 2.0
- Akka (>= 1.3.11)
- CookieManager (>= 2.0.0)
- DotNetty.Buffers (>= 0.6.0)
- DotNetty.Codecs.Http (>= 0.6.0)
- DotNetty.Codecs.Mqtt (>= 0.6.0)
- DotNetty.Common (>= 0.6.0)
- DotNetty.Handlers (>= 0.6.0)
- DotNetty.Transport (>= 0.6.0)
- System.Collections.Immutable (>= 1.5.0)
- System.Configuration.ConfigurationManager (>= 4.5.0)
- System.Management (>= 4.5.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.