Lightstreamer.DotNet.Client 3.1.6627.21365

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

// Install Lightstreamer.DotNet.Client as a Cake Tool
#tool nuget:?package=Lightstreamer.DotNet.Client&version=3.1.6627.21365

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.

There are no supported framework assets in this package.

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 25,816 3/7/2018
3.1.6627.21365 1,040 2/22/2018
3.1.6549.21391 1,447 12/21/2017
3.0.0 5,074 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_b2_20171220.zip%23/Lightstreamer/CHANGELOG.HTML#pcl_client