WebsocketClientLite.PCL 7.1.0

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

// Install WebsocketClientLite.PCL as a Cake Tool
#tool nuget:?package=WebsocketClientLite.PCL&version=7.1.0

A simple and light WebSocket client.
Can be set to ignore SSL/TLS server certificate issues (use with care!).
Easily and effectively observe incoming message using Reactive Extensions (Rx)

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 is compatible. 
.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 (4)

Showing the top 4 NuGet packages that depend on WebsocketClientLite.PCL:

Package Downloads
CryptoExchangeClient

Clients for multiple cryptocurrency exchanges. All clients have a shared interface for common actions.

SlackConnector_Demo

Demo version of SlackConnector initiates an open connection between you and the Slack api servers. SlackConnector uses web-sockets to allow real-time messages to be received and handled within your application.

PureWebSockets_WebsocketLite

A cross platform WebSocket client library for .NET NetStandard core (backed by WebsocketClientLite).

WebRTCme.Middleware

WebRTC middleware for .NET MAUI and Blazor applications.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on WebsocketClientLite.PCL:

Repository Stars
melihercan/WebRTCme
A cross-platform framework for adding WebRTC support to .NET MAUI, Blazor, and Desktop applications by using a single unified .NET/C# API.
Version Downloads Last updated
7.3.2 1,143 1/5/2023
7.3.0 1,078 5/28/2022
7.2.2 956 4/24/2022
7.2.1 896 4/24/2022
7.1.1 868 4/22/2022
7.1.0 863 4/21/2022
7.0.7 884 4/20/2022
7.0.6 1,283 4/18/2022
7.0.5 872 4/18/2022
7.0.4 871 4/18/2022
6.4.0 1,039 3/20/2022
6.3.0 2,134 9/25/2021
6.2.0 20,033 10/27/2018
6.1.1 9,215 9/9/2018
6.1.0 1,251 9/7/2018
6.0.0 1,278 9/3/2018
5.1.1 1,430 8/24/2018
5.0.0 24,893 6/2/2018
4.2.5 3,065 4/8/2018
4.2.5-beta1 1,406 4/7/2018
4.2.3 1,853 3/23/2018
4.2.1 1,778 2/15/2018
4.2.0 1,433 2/11/2018
4.1.4 1,630 2/1/2018
4.1.2 1,682 10/23/2017
4.1.1 12,666 9/22/2017
4.0.6 9,018 5/13/2017
3.7.8 1,472 4/17/2017
3.7.4 1,461 4/17/2017
3.7.3 1,449 4/15/2017
3.7.0 1,537 3/12/2017
3.6.8 1,516 3/2/2017
3.6.6 1,645 2/14/2017
3.6.2 1,651 12/10/2016
3.6.0 1,701 11/24/2016
2.0.11 1,613 11/6/2016
1.6.2 1,624 10/15/2016
1.5.2 1,658 6/29/2016

[General] Extended connection scheme support.
[General] Client ping improvements.