Ecng.Net.SocketIO 1.0.432

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ecng.Net.SocketIO --version 1.0.432
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.432
                    
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="Ecng.Net.SocketIO" Version="1.0.432" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ecng.Net.SocketIO" Version="1.0.432" />
                    
Directory.Packages.props
<PackageReference Include="Ecng.Net.SocketIO" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ecng.Net.SocketIO --version 1.0.432
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.432"
                    
#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.
#:package Ecng.Net.SocketIO@1.0.432
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ecng.Net.SocketIO&version=1.0.432
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.432
                    
Install as a Cake Tool

Ecng.Net.SocketIO

Client library implementing the Socket.IO protocol.

Purpose

Provides a high-level API for real-time communication over WebSockets.

Key Features

  • Easy real-time messaging
  • Automatic reconnects
  • Command resending
  • Optional logging hooks

Raw WebSocket

var ws = new ClientWebSocket();
await ws.ConnectAsync(new Uri(url), CancellationToken.None);
// handshake and message parsing required

Using Ecng

var socket = new WebSocketClient(
    url,
    state => Console.WriteLine($"State: {state}"),
    ex => Console.WriteLine(ex),
    (c, msg, ct) => { Console.WriteLine(msg.Text); return ValueTask.CompletedTask; },
    Console.WriteLine,
    Console.Error.WriteLine,
    Console.WriteLine);

await socket.ConnectAsync();
socket.Send(new { hello = "world" });
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 was computed. 
.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 (6)

Showing the top 5 NuGet packages that depend on Ecng.Net.SocketIO:

Package Downloads
StockSharp.AlphaVantage

AlphaVantage

StockSharp.IEX

Trading and algorithmic trading platform (stock markets, forex, bitcoins and options). .NET API for InteractiveBrokers, GainCapital, OANDA, FIX/FAST, Binance etc. More info on web site https://stocksharp.com/store/api/

StockSharp.Okex

OKX connector

StockSharp.Binance

Binance

StockSharp.Bitmex

Bitmex

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Ecng.Net.SocketIO:

Repository Stars
StockSharp/StockSharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Version Downloads Last Updated
1.0.435 0 10/1/2025
1.0.434 16 10/1/2025
1.0.433 76 9/30/2025
1.0.432 91 9/28/2025
1.0.431 178 9/25/2025
1.0.430 578 9/5/2025
1.0.429 193 9/2/2025
1.0.428 518 8/30/2025
1.0.427 208 8/30/2025
1.0.426 224 8/20/2025
1.0.425 158 8/20/2025
1.0.424 171 8/19/2025
1.0.423 180 8/15/2025
1.0.422 263 8/10/2025
1.0.421 969 7/16/2025
1.0.420 229 7/14/2025
1.0.419 205 7/13/2025
1.0.418 181 7/13/2025
1.0.417 161 7/12/2025
1.0.416 593 7/8/2025
1.0.415 218 7/4/2025
1.0.414 209 7/2/2025
1.0.413 367 6/24/2025
1.0.412 928 6/16/2025
1.0.411 356 6/9/2025
1.0.410 253 6/8/2025
1.0.409 545 5/21/2025
1.0.408 211 5/21/2025
1.0.407 191 5/17/2025
1.0.406 571 5/12/2025
1.0.405 291 5/12/2025
1.0.404 261 5/12/2025
1.0.403 202 5/11/2025
1.0.402 191 5/11/2025
1.0.401 148 5/10/2025
1.0.400 123 5/10/2025
1.0.399 233 5/6/2025
1.0.398 155 5/3/2025
1.0.397 326 4/17/2025
1.0.396 279 4/15/2025
1.0.395 182 4/12/2025
1.0.394 253 4/9/2025
1.0.393 210 4/6/2025
1.0.392 167 4/5/2025
1.0.391 980 3/22/2025
1.0.390 225 3/20/2025
1.0.389 225 3/20/2025
1.0.388 225 3/19/2025
1.0.387 767 2/26/2025
1.0.386 198 2/26/2025
1.0.385 695 2/8/2025
1.0.384 194 2/8/2025
1.0.383 179 2/8/2025
1.0.382 171 2/6/2025
1.0.381 162 2/6/2025
1.0.380 176 2/6/2025
1.0.379 181 2/6/2025
1.0.378 167 2/6/2025
1.0.377 181 2/5/2025
1.0.376 167 2/5/2025
1.0.375 182 2/5/2025
1.0.374 204 2/3/2025
1.0.373 190 2/2/2025
1.0.372 206 2/1/2025
1.0.371 181 1/31/2025
1.0.370 190 1/30/2025
1.0.369 183 1/26/2025
1.0.368 209 1/21/2025
1.0.367 191 1/20/2025
1.0.366 157 1/20/2025
1.0.365 175 1/19/2025
1.0.364 169 1/19/2025
1.0.363 192 1/15/2025
1.0.362 162 1/15/2025
1.0.361 146 1/14/2025
1.0.360 156 1/12/2025
1.0.359 143 1/12/2025
1.0.358 149 1/12/2025
1.0.357 137 1/12/2025
1.0.356 165 1/10/2025
1.0.355 978 12/30/2024
1.0.354 199 12/27/2024
1.0.353 228 12/19/2024
1.0.352 681 11/20/2024
1.0.351 192 11/19/2024
1.0.350 177 11/19/2024
1.0.349 715 11/18/2024
1.0.348 393 11/15/2024
1.0.347 171 11/14/2024
1.0.346 190 11/14/2024
1.0.345 188 11/14/2024
1.0.344 161 11/14/2024
1.0.343 173 11/14/2024
1.0.342 221 11/7/2024
1.0.341 228 10/31/2024
1.0.340 277 10/20/2024
1.0.339 205 10/20/2024
1.0.338 219 10/20/2024
1.0.337 219 10/19/2024
1.0.336 219 10/19/2024
1.0.335 218 10/19/2024
1.0.334 217 10/19/2024
1.0.333 221 10/19/2024
1.0.332 211 10/19/2024
1.0.331 225 10/19/2024
1.0.330 252 10/18/2024
1.0.329 215 10/17/2024
1.0.328 177 10/17/2024
1.0.327 196 10/17/2024
1.0.326 725 10/14/2024
1.0.325 181 10/13/2024
1.0.324 173 10/13/2024
1.0.323 189 10/12/2024
1.0.322 378 10/9/2024
1.0.321 193 10/9/2024
1.0.320 359 10/5/2024
1.0.319 673 9/18/2024
1.0.318 188 9/18/2024
1.0.317 206 9/18/2024
1.0.316 208 9/17/2024
1.0.315 655 9/3/2024
1.0.314 235 9/1/2024
1.0.313 874 8/9/2024
1.0.312 205 8/9/2024
1.0.311 217 8/8/2024
1.0.310 607 7/25/2024
1.0.309 205 7/23/2024
1.0.308 228 7/17/2024
1.0.307 490 7/4/2024
1.0.306 562 6/12/2024
1.0.305 203 6/12/2024
1.0.304 202 6/12/2024
1.0.303 389 5/28/2024
1.0.302 533 5/4/2024
1.0.301 357 4/23/2024
1.0.300 212 4/21/2024
1.0.299 239 4/14/2024
1.0.298 496 3/28/2024
1.0.297 277 3/17/2024
1.0.296 476 3/9/2024
1.0.295 303 2/23/2024
1.0.294 232 2/23/2024
1.0.293 429 2/18/2024
1.0.292 227 2/18/2024
1.0.291 207 2/17/2024
1.0.290 220 2/16/2024
1.0.289 339 2/14/2024
1.0.288 228 2/13/2024
1.0.287 296 2/8/2024
1.0.286 287 2/5/2024
1.0.285 211 2/4/2024
1.0.284 370 1/23/2024
1.0.283 204 1/23/2024
1.0.282 280 1/12/2024
1.0.281 631 1/2/2024
1.0.280 250 12/29/2023
1.0.279 311 12/17/2023
1.0.278 463 12/15/2023
1.0.277 233 12/15/2023
1.0.276 210 12/15/2023
1.0.275 242 12/13/2023
1.0.274 237 12/13/2023
1.0.273 244 12/10/2023
1.0.272 634 11/18/2023
1.0.271 194 11/18/2023
1.0.270 224 11/18/2023
1.0.269 196 11/17/2023
1.0.268 190 11/12/2023
1.0.267 181 11/12/2023
1.0.266 206 11/10/2023
1.0.265 164 11/10/2023
1.0.264 203 11/9/2023
1.0.263 169 11/9/2023
1.0.262 192 11/9/2023
1.0.261 221 11/3/2023
1.0.260 192 11/1/2023
1.0.259 179 11/1/2023
1.0.258 1,423 9/8/2023
1.0.257 228 9/8/2023
1.0.256 256 9/3/2023
1.0.255 322 8/27/2023
1.0.254 235 8/24/2023
1.0.253 224 8/21/2023
1.0.252 285 8/15/2023
1.0.251 254 8/14/2023
1.0.250 239 8/14/2023
1.0.249 256 8/10/2023
1.0.248 975 7/29/2023
1.0.247 1,046 7/1/2023
1.0.246 266 6/29/2023
1.0.245 744 5/27/2023
1.0.244 308 5/21/2023
1.0.243 252 5/19/2023
1.0.242 1,030 5/8/2023
1.0.241 314 5/7/2023
1.0.240 294 5/7/2023
1.0.239 274 5/7/2023
1.0.238 324 5/1/2023
1.0.237 384 4/22/2023
1.0.236 329 4/21/2023
1.0.235 296 4/21/2023
1.0.234 1,159 4/13/2023
1.0.233 1,066 4/3/2023
1.0.232 442 3/27/2023
1.0.231 396 3/21/2023
1.0.230 391 3/17/2023
1.0.229 405 3/13/2023
1.0.228 1,135 3/6/2023
1.0.227 452 2/26/2023
1.0.226 875 2/21/2023
1.0.225 411 2/20/2023
1.0.224 428 2/16/2023
1.0.223 413 2/15/2023
1.0.222 386 2/14/2023
1.0.221 379 2/14/2023
1.0.220 1,275 2/9/2023
1.0.219 773 2/7/2023
1.0.218 440 2/4/2023
1.0.217 421 2/4/2023
1.0.216 432 2/3/2023
1.0.215 414 2/3/2023
1.0.214 402 2/3/2023
1.0.213 823 2/2/2023
1.0.212 779 1/30/2023
1.0.211 412 1/30/2023
1.0.210 472 1/25/2023
1.0.209 454 1/23/2023
1.0.208 401 1/23/2023
1.0.207 453 1/18/2023
1.0.206 456 1/15/2023
1.0.205 463 1/6/2023
1.0.204 1,364 1/1/2023
1.0.203 430 12/31/2022
1.0.202 905 12/30/2022
1.0.201 457 12/29/2022
1.0.200 463 12/23/2022
1.0.199 1,347 12/12/2022
1.0.198 1,027 12/8/2022
1.0.197 448 12/4/2022
1.0.196 430 12/4/2022
1.0.195 451 12/2/2022
1.0.194 463 11/30/2022
1.0.193 443 11/29/2022
1.0.192 432 11/28/2022
1.0.191 468 11/26/2022
1.0.190 462 11/26/2022
1.0.189 472 11/25/2022
1.0.188 462 11/25/2022
1.0.187 483 11/18/2022
1.0.186 1,550 11/11/2022
1.0.185 496 11/11/2022
1.0.184 467 11/10/2022
1.0.183 524 11/5/2022
1.0.182 498 11/4/2022
1.0.181 481 11/2/2022
1.0.180 468 11/2/2022
1.0.179 1,372 11/1/2022
1.0.178 1,602 10/16/2022
1.0.177 688 9/25/2022
1.0.176 626 9/10/2022
1.0.175 2,920 9/8/2022
1.0.174 598 9/8/2022
1.0.173 604 9/8/2022
1.0.172 583 9/4/2022
1.0.171 587 9/4/2022
1.0.170 5,289 8/24/2022
1.0.169 680 8/8/2022
1.0.168 586 8/8/2022
1.0.167 1,219 7/31/2022
1.0.166 601 7/31/2022
1.0.165 613 7/26/2022
1.0.164 583 7/26/2022
1.0.163 3,149 7/21/2022
1.0.162 641 7/19/2022
1.0.161 3,103 7/18/2022
1.0.160 646 7/13/2022
1.0.159 621 7/8/2022
1.0.158 633 6/30/2022
1.0.157 656 6/20/2022
1.0.156 610 6/18/2022
1.0.155 642 6/6/2022
1.0.154 690 5/27/2022
1.0.153 5,124 4/30/2022
1.0.152 634 4/20/2022
1.0.151 661 4/10/2022
1.0.150 638 4/7/2022
1.0.149 620 4/7/2022
1.0.148 665 4/2/2022
1.0.147 634 3/29/2022
1.0.146 613 3/27/2022
1.0.145 622 3/27/2022
1.0.144 3,856 3/24/2022
1.0.143 2,614 2/20/2022
1.0.142 589 2/20/2022
1.0.141 602 2/20/2022
1.0.140 629 2/20/2022
1.0.139 642 2/20/2022
1.0.138 608 2/20/2022
1.0.137 608 2/20/2022
1.0.136 618 2/20/2022
1.0.135 624 2/20/2022
1.0.134 622 2/19/2022
1.0.133 4,488 2/10/2022
1.0.132 731 1/27/2022
1.0.131 653 1/27/2022
1.0.130 3,503 1/24/2022
1.0.129 600 1/24/2022
1.0.128 644 1/23/2022
1.0.127 6,891 12/29/2021
1.0.126 491 12/27/2021
1.0.125 438 12/27/2021
1.0.124 450 12/27/2021
1.0.123 1,687 12/20/2021
1.0.122 498 12/17/2021
1.0.121 486 12/16/2021
1.0.120 468 12/15/2021
1.0.119 465 12/14/2021
1.0.118 472 12/14/2021
1.0.117 457 12/13/2021
1.0.116 598 12/12/2021
1.0.115 1,556 12/10/2021
1.0.114 492 12/7/2021
1.0.113 488 12/7/2021
1.0.112 1,908 12/6/2021
1.0.111 486 12/6/2021
1.0.110 490 12/5/2021
1.0.109 1,184 12/3/2021
1.0.108 993 12/3/2021
1.0.107 521 12/2/2021
1.0.106 2,394 11/29/2021
1.0.105 5,206 11/23/2021
1.0.104 486 11/23/2021
1.0.103 1,562 11/22/2021
1.0.102 572 11/17/2021
1.0.101 526 11/14/2021
1.0.100 1,675 11/13/2021
1.0.99 538 11/11/2021
1.0.98 517 11/11/2021
1.0.97 520 11/10/2021
1.0.96 518 11/9/2021
1.0.95 2,539 11/6/2021
1.0.94 544 11/6/2021
1.0.93 2,089 11/5/2021
1.0.92 575 11/5/2021
1.0.91 541 11/4/2021
1.0.90 531 11/4/2021
1.0.89 562 11/3/2021
1.0.88 626 10/30/2021
1.0.87 1,973 10/21/2021
1.0.86 594 10/17/2021
1.0.85 627 10/17/2021
1.0.84 2,971 10/14/2021
1.0.83 536 10/13/2021
1.0.82 548 10/13/2021
1.0.81 533 10/12/2021
1.0.80 2,071 10/11/2021
1.0.79 525 10/9/2021
1.0.78 1,866 10/7/2021
1.0.77 2,064 10/7/2021
1.0.76 513 10/7/2021
1.0.75 544 10/6/2021
1.0.74 599 9/28/2021
1.0.73 2,302 9/23/2021
1.0.72 645 9/11/2021
1.0.71 546 9/10/2021
1.0.70 611 9/9/2021
1.0.69 531 9/8/2021
1.0.68 583 9/8/2021
1.0.67 2,067 9/6/2021
1.0.66 650 8/31/2021
1.0.65 515 8/30/2021
1.0.64 2,545 7/31/2021
1.0.63 2,940 7/30/2021
1.0.62 631 7/26/2021
1.0.61 4,363 7/5/2021
1.0.60 585 7/1/2021
1.0.59 3,737 6/4/2021
1.0.58 4,956 4/26/2021
1.0.57 2,103 4/19/2021
1.0.56 5,574 4/8/2021
1.0.55 1,722 4/7/2021
1.0.54 564 4/7/2021
1.0.53 1,809 4/3/2021
1.0.52 7,820 3/22/2021
1.0.51 5,626 3/4/2021
1.0.50 2,068 2/26/2021
1.0.49 8,130 2/2/2021
1.0.48 3,147 1/26/2021
1.0.47 2,905 1/24/2021
1.0.46 592 1/24/2021
1.0.45 665 1/23/2021
1.0.44 3,805 1/20/2021
1.0.43 659 1/20/2021
1.0.42 2,001 1/18/2021
1.0.41 585 1/18/2021
1.0.40 1,971 1/16/2021
1.0.39 6,192 12/17/2020
1.0.38 638 12/16/2020
1.0.37 3,129 12/14/2020
1.0.36 2,050 12/9/2020
1.0.35 611 12/9/2020
1.0.34 620 12/7/2020
1.0.33 731 12/6/2020
1.0.32 679 12/2/2020
1.0.31 653 12/2/2020
1.0.30 2,131 12/1/2020
1.0.29 7,207 11/12/2020
1.0.29-atestpub 517 11/11/2020
1.0.28 3,248 10/11/2020
1.0.27 8,460 9/9/2020
1.0.26 2,547 9/3/2020
1.0.25 2,585 8/20/2020
1.0.24 6,034 8/9/2020
1.0.23 2,640 7/28/2020
1.0.22 2,555 7/19/2020
1.0.21 4,341 7/6/2020
1.0.20 6,521 6/6/2020
1.0.19 2,533 6/4/2020
1.0.18 4,306 5/29/2020
1.0.17 4,322 5/21/2020
1.0.16 715 5/17/2020
1.0.15 4,389 5/12/2020
1.0.14 8,022 5/4/2020
1.0.13 727 4/24/2020
1.0.12 714 4/22/2020
1.0.11 691 4/22/2020
1.0.10 709 4/21/2020
1.0.9 3,162 4/18/2020
1.0.8 2,504 4/16/2020
1.0.7 728 4/16/2020
1.0.6 2,198 4/15/2020
1.0.5 2,586 4/11/2020
1.0.4 2,476 4/3/2020
1.0.3 716 4/1/2020
1.0.2 2,418 3/27/2020
1.0.1 2,539 3/22/2020
1.0.0 831 3/22/2020