SocketIO4Net.Client
0.6.26
dotnet add package SocketIO4Net.Client --version 0.6.26
NuGet\Install-Package SocketIO4Net.Client -Version 0.6.26
<PackageReference Include="SocketIO4Net.Client" Version="0.6.26" />
paket add SocketIO4Net.Client --version 0.6.26
#r "nuget: SocketIO4Net.Client, 0.6.26"
// 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 | Versions 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. |
-
- newtonsoft.json (>= 4.0.8)
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.
This version only works with the Socket.IO 'websocket' transport layer.
It is compatible with websocket drafts:
Hybi-10, RFC6455