Lightstreamer.DotNet.Client
3.1.6640.22649
dotnet add package Lightstreamer.DotNet.Client --version 3.1.6640.22649
NuGet\Install-Package Lightstreamer.DotNet.Client -Version 3.1.6640.22649
<PackageReference Include="Lightstreamer.DotNet.Client" Version="3.1.6640.22649" />
paket add Lightstreamer.DotNet.Client --version 3.1.6640.22649
#r "nuget: Lightstreamer.DotNet.Client, 3.1.6640.22649"
// Install Lightstreamer.DotNet.Client as a Cake Addin #addin nuget:?package=Lightstreamer.DotNet.Client&version=3.1.6640.22649 // Install Lightstreamer.DotNet.Client as a Cake Tool #tool nuget:?package=Lightstreamer.DotNet.Client&version=3.1.6640.22649
This library can be used to develop a .NET application that works as a client of Lightstreamer Server, in order to send and receive real-time data.
The minimum requirements for supported environments are: .NET 4.5, Windows 8, Windows Phone Silverlight 8, ASP.NET Core 1.0.
The Lightstreamer .NET PCL Client Library exposes a simple interface, which enables the application to communicate with the Lightstreamer Server, by opening and closing connections and sessions, performing subscriptions and unsubscriptions, receiving data, and sending client messages to the server.
For complete API documentation: https://www.lightstreamer.com/api/ls-pcl-client/latest/
This client component is compatible with Lightstreamer Server since version 7.0.0 b2.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Lightstreamer.DotNet.Client:
Package | Downloads |
---|---|
com.timdinh.IGWebApiClient
IG Public API for .NET platforms |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.6640.22649 | 28,006 | 3/7/2018 |
3.1.6627.21365 | 1,117 | 2/22/2018 |
3.1.6549.21391 | 1,507 | 12/21/2017 |
3.0.0 | 5,139 | 11/16/2016 |
Added two new properties to ConnectionInfo (namely ConnectTimeoutMillis and ReadTimeoutMillis), to enforce timeouts for the socket connection and socket read tasks.
This also fixes the documentation of OpenConnection and related methods in LSClient, where it was described a different way to set such timeouts. Actually, this feature was available only in the old .NET SDK and was removed upon the move to the .NET PCL SDK.
For a complete summary of changes: https://www.lightstreamer.com/repo/distros/Lightstreamer_7_0_0_20180228.zip%23/Lightstreamer/CHANGELOG.HTML#pcl_client