SocketIO4Net.Client 0.6.26

dotnet add package SocketIO4Net.Client --version 0.6.26
NuGet\Install-Package SocketIO4Net.Client -Version 0.6.26
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="SocketIO4Net.Client" Version="0.6.26" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SocketIO4Net.Client --version 0.6.26
#r "nuget: SocketIO4Net.Client, 0.6.26"
#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 SocketIO4Net.Client as a Cake Addin
#addin nuget:?package=SocketIO4Net.Client&version=0.6.26

// Install SocketIO4Net.Client as a Cake Tool
#tool nuget:?package=SocketIO4Net.Client&version=0.6.26

SocketIO4Net.Client is a C# websocket client for the very popular Socket.IO project by Guillermo Rauch.  It leverages the WebSocket4Net client and SuperWebSocket library by Kerry Jiang as the underlying websocket provider.

SocketIO4Net.Client can interact with Socket.IO instances in a very similar manner as  Socket.IO JavaScript clients.  This project aims to fill the JavaScript client and C# client gap for Socket.IO, and retain a very similar application experience.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SocketIO4Net.Client:

Package Downloads
SuperDevUtilities

SuperDev Utilities

AutoFillForm

Website form auto filler, after some time, all passed field are filled and form is submitted. .Net Framework Version

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.26 70,821 6/26/2012
0.6.3 2,489 6/3/2012
0.4.8 3,138 4/9/2012
0.2.29 1,532 3/2/2012
0.2.6 1,749 2/7/2012

This version only works with the Socket.IO 'websocket' transport layer.  

It is compatible with websocket drafts:
Hybi-10, RFC6455