Ecng.Net.SocketIO 1.0.425

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.425
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.425
                    
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.425" />
                    
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.425" />
                    
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.425
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.425"
                    
#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.425
                    
#: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.425
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.425
                    
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.448 996 11/1/2025
1.0.447 162 10/31/2025
1.0.446 174 10/28/2025
1.0.445 189 10/27/2025
1.0.444 166 10/27/2025
1.0.443 93 10/25/2025
1.0.442 123 10/24/2025
1.0.441 236 10/20/2025
1.0.440 270 10/12/2025
1.0.439 118 10/11/2025
1.0.438 261 10/7/2025
1.0.437 197 10/6/2025
1.0.436 244 10/3/2025
1.0.435 214 10/1/2025
1.0.434 178 10/1/2025
1.0.433 182 9/30/2025
1.0.432 185 9/28/2025
1.0.431 200 9/25/2025
1.0.430 2,317 9/5/2025
1.0.429 217 9/2/2025
1.0.428 570 8/30/2025
1.0.427 233 8/30/2025
1.0.426 239 8/20/2025
1.0.425 181 8/20/2025
1.0.424 194 8/19/2025
1.0.423 201 8/15/2025
1.0.422 293 8/10/2025
1.0.421 1,017 7/16/2025
1.0.420 248 7/14/2025
1.0.419 224 7/13/2025
1.0.418 193 7/13/2025
1.0.417 179 7/12/2025
1.0.416 636 7/8/2025
1.0.415 237 7/4/2025
1.0.414 227 7/2/2025
1.0.413 392 6/24/2025
1.0.412 1,004 6/16/2025
1.0.411 382 6/9/2025
1.0.410 262 6/8/2025
1.0.409 592 5/21/2025
1.0.408 234 5/21/2025
1.0.407 217 5/17/2025
1.0.406 626 5/12/2025
1.0.405 319 5/12/2025
1.0.404 285 5/12/2025
1.0.403 214 5/11/2025
1.0.402 218 5/11/2025
1.0.401 174 5/10/2025
1.0.400 142 5/10/2025
1.0.399 260 5/6/2025
1.0.398 185 5/3/2025
1.0.397 352 4/17/2025
1.0.396 307 4/15/2025
1.0.395 205 4/12/2025
1.0.394 280 4/9/2025
1.0.393 235 4/6/2025
1.0.392 192 4/5/2025
1.0.391 1,059 3/22/2025
1.0.390 250 3/20/2025
1.0.389 251 3/20/2025
1.0.388 240 3/19/2025
1.0.387 809 2/26/2025
1.0.386 219 2/26/2025
1.0.385 737 2/8/2025
1.0.384 220 2/8/2025
1.0.383 197 2/8/2025
1.0.382 199 2/6/2025
1.0.381 189 2/6/2025
1.0.380 203 2/6/2025
1.0.379 208 2/6/2025
1.0.378 188 2/6/2025
1.0.377 190 2/5/2025
1.0.376 194 2/5/2025
1.0.375 209 2/5/2025
1.0.374 231 2/3/2025
1.0.373 219 2/2/2025
1.0.372 232 2/1/2025
1.0.371 215 1/31/2025
1.0.370 216 1/30/2025
1.0.369 203 1/26/2025
1.0.368 238 1/21/2025
1.0.367 218 1/20/2025
1.0.366 188 1/20/2025
1.0.365 203 1/19/2025
1.0.364 193 1/19/2025
1.0.363 218 1/15/2025
1.0.362 189 1/15/2025
1.0.361 172 1/14/2025
1.0.360 176 1/12/2025
1.0.359 165 1/12/2025
1.0.358 174 1/12/2025
1.0.357 150 1/12/2025
1.0.356 193 1/10/2025
1.0.355 1,031 12/30/2024
1.0.354 225 12/27/2024
1.0.353 252 12/19/2024
1.0.352 704 11/20/2024
1.0.351 221 11/19/2024
1.0.350 210 11/19/2024
1.0.349 769 11/18/2024
1.0.348 442 11/15/2024
1.0.347 191 11/14/2024
1.0.346 214 11/14/2024
1.0.345 213 11/14/2024
1.0.344 171 11/14/2024
1.0.343 199 11/14/2024
1.0.342 239 11/7/2024
1.0.341 252 10/31/2024
1.0.340 302 10/20/2024
1.0.339 231 10/20/2024
1.0.338 243 10/20/2024
1.0.337 235 10/19/2024
1.0.336 249 10/19/2024
1.0.335 248 10/19/2024
1.0.334 245 10/19/2024
1.0.333 247 10/19/2024
1.0.332 227 10/19/2024
1.0.331 251 10/19/2024
1.0.330 281 10/18/2024
1.0.329 240 10/17/2024
1.0.328 202 10/17/2024
1.0.327 218 10/17/2024
1.0.326 770 10/14/2024
1.0.325 207 10/13/2024
1.0.324 203 10/13/2024
1.0.323 214 10/12/2024
1.0.322 418 10/9/2024
1.0.321 215 10/9/2024
1.0.320 410 10/5/2024
1.0.319 746 9/18/2024
1.0.318 207 9/18/2024
1.0.317 226 9/18/2024
1.0.316 221 9/17/2024
1.0.315 718 9/3/2024
1.0.314 264 9/1/2024
1.0.313 929 8/9/2024
1.0.312 221 8/9/2024
1.0.311 242 8/8/2024
1.0.310 673 7/25/2024
1.0.309 234 7/23/2024
1.0.308 256 7/17/2024
1.0.307 526 7/4/2024
1.0.306 588 6/12/2024
1.0.305 231 6/12/2024
1.0.304 226 6/12/2024
1.0.303 417 5/28/2024
1.0.302 585 5/4/2024
1.0.301 379 4/23/2024
1.0.300 240 4/21/2024
1.0.299 270 4/14/2024
1.0.298 535 3/28/2024
1.0.297 304 3/17/2024
1.0.296 508 3/9/2024
1.0.295 328 2/23/2024
1.0.294 259 2/23/2024
1.0.293 466 2/18/2024
1.0.292 251 2/18/2024
1.0.291 231 2/17/2024
1.0.290 250 2/16/2024
1.0.289 369 2/14/2024
1.0.288 253 2/13/2024
1.0.287 322 2/8/2024
1.0.286 321 2/5/2024
1.0.285 240 2/4/2024
1.0.284 407 1/23/2024
1.0.283 226 1/23/2024
1.0.282 297 1/12/2024
1.0.281 663 1/2/2024
1.0.280 277 12/29/2023
1.0.279 329 12/17/2023
1.0.278 489 12/15/2023
1.0.277 256 12/15/2023
1.0.276 238 12/15/2023
1.0.275 271 12/13/2023
1.0.274 266 12/13/2023
1.0.273 271 12/10/2023
1.0.272 671 11/18/2023
1.0.271 216 11/18/2023
1.0.270 245 11/18/2023
1.0.269 219 11/17/2023
1.0.268 203 11/12/2023
1.0.267 200 11/12/2023
1.0.266 217 11/10/2023
1.0.265 185 11/10/2023
1.0.264 225 11/9/2023
1.0.263 186 11/9/2023
1.0.262 207 11/9/2023
1.0.261 231 11/3/2023
1.0.260 214 11/1/2023
1.0.259 199 11/1/2023
1.0.258 1,459 9/8/2023
1.0.257 255 9/8/2023
1.0.256 272 9/3/2023
1.0.255 340 8/27/2023
1.0.254 255 8/24/2023
1.0.253 236 8/21/2023
1.0.252 303 8/15/2023
1.0.251 273 8/14/2023
1.0.250 257 8/14/2023
1.0.249 281 8/10/2023
1.0.248 1,002 7/29/2023
1.0.247 1,074 7/1/2023
1.0.246 291 6/29/2023
1.0.245 782 5/27/2023
1.0.244 336 5/21/2023
1.0.243 279 5/19/2023
1.0.242 1,066 5/8/2023
1.0.241 340 5/7/2023
1.0.240 321 5/7/2023
1.0.239 296 5/7/2023
1.0.238 351 5/1/2023
1.0.237 396 4/22/2023
1.0.236 353 4/21/2023
1.0.235 315 4/21/2023
1.0.234 1,205 4/13/2023
1.0.233 1,119 4/3/2023
1.0.232 469 3/27/2023
1.0.231 414 3/21/2023
1.0.230 415 3/17/2023
1.0.229 414 3/13/2023
1.0.228 1,165 3/6/2023
1.0.227 476 2/26/2023
1.0.226 919 2/21/2023
1.0.225 434 2/20/2023
1.0.224 451 2/16/2023
1.0.223 438 2/15/2023
1.0.222 409 2/14/2023
1.0.221 412 2/14/2023
1.0.220 1,336 2/9/2023
1.0.219 813 2/7/2023
1.0.218 464 2/4/2023
1.0.217 443 2/4/2023
1.0.216 460 2/3/2023
1.0.215 427 2/3/2023
1.0.214 419 2/3/2023
1.0.213 859 2/2/2023
1.0.212 807 1/30/2023
1.0.211 441 1/30/2023
1.0.210 491 1/25/2023
1.0.209 487 1/23/2023
1.0.208 429 1/23/2023
1.0.207 470 1/18/2023
1.0.206 493 1/15/2023
1.0.205 491 1/6/2023
1.0.204 1,400 1/1/2023
1.0.203 457 12/31/2022
1.0.202 949 12/30/2022
1.0.201 481 12/29/2022
1.0.200 489 12/23/2022
1.0.199 1,369 12/12/2022
1.0.198 1,051 12/8/2022
1.0.197 462 12/4/2022
1.0.196 462 12/4/2022
1.0.195 473 12/2/2022
1.0.194 491 11/30/2022
1.0.193 461 11/29/2022
1.0.192 457 11/28/2022
1.0.191 494 11/26/2022
1.0.190 489 11/26/2022
1.0.189 497 11/25/2022
1.0.188 492 11/25/2022
1.0.187 507 11/18/2022
1.0.186 1,575 11/11/2022
1.0.185 524 11/11/2022
1.0.184 488 11/10/2022
1.0.183 553 11/5/2022
1.0.182 524 11/4/2022
1.0.181 508 11/2/2022
1.0.180 499 11/2/2022
1.0.179 1,410 11/1/2022
1.0.178 1,637 10/16/2022
1.0.177 714 9/25/2022
1.0.176 641 9/10/2022
1.0.175 2,962 9/8/2022
1.0.174 631 9/8/2022
1.0.173 632 9/8/2022
1.0.172 610 9/4/2022
1.0.171 612 9/4/2022
1.0.170 5,336 8/24/2022
1.0.169 697 8/8/2022
1.0.168 613 8/8/2022
1.0.167 1,250 7/31/2022
1.0.166 631 7/31/2022
1.0.165 645 7/26/2022
1.0.164 611 7/26/2022
1.0.163 3,180 7/21/2022
1.0.162 664 7/19/2022
1.0.161 3,133 7/18/2022
1.0.160 674 7/13/2022
1.0.159 653 7/8/2022
1.0.158 666 6/30/2022
1.0.157 687 6/20/2022
1.0.156 637 6/18/2022
1.0.155 674 6/6/2022
1.0.154 726 5/27/2022
1.0.153 5,191 4/30/2022
1.0.152 667 4/20/2022
1.0.151 692 4/10/2022
1.0.150 660 4/7/2022
1.0.149 643 4/7/2022
1.0.148 696 4/2/2022
1.0.147 661 3/29/2022
1.0.146 647 3/27/2022
1.0.145 652 3/27/2022
1.0.144 3,904 3/24/2022
1.0.143 2,666 2/20/2022
1.0.142 623 2/20/2022
1.0.141 632 2/20/2022
1.0.140 660 2/20/2022
1.0.139 677 2/20/2022
1.0.138 644 2/20/2022
1.0.137 638 2/20/2022
1.0.136 651 2/20/2022
1.0.135 658 2/20/2022
1.0.134 645 2/19/2022
1.0.133 4,547 2/10/2022
1.0.132 759 1/27/2022
1.0.131 688 1/27/2022
1.0.130 3,550 1/24/2022
1.0.129 631 1/24/2022
1.0.128 674 1/23/2022
1.0.127 6,997 12/29/2021
1.0.126 524 12/27/2021
1.0.125 464 12/27/2021
1.0.124 479 12/27/2021
1.0.123 1,738 12/20/2021
1.0.122 523 12/17/2021
1.0.121 510 12/16/2021
1.0.120 502 12/15/2021
1.0.119 484 12/14/2021
1.0.118 507 12/14/2021
1.0.117 470 12/13/2021
1.0.116 628 12/12/2021
1.0.115 1,608 12/10/2021
1.0.114 521 12/7/2021
1.0.113 514 12/7/2021
1.0.112 1,953 12/6/2021
1.0.111 515 12/6/2021
1.0.110 520 12/5/2021
1.0.109 1,205 12/3/2021
1.0.108 1,018 12/3/2021
1.0.107 552 12/2/2021
1.0.106 2,434 11/29/2021
1.0.105 5,240 11/23/2021
1.0.104 506 11/23/2021
1.0.103 1,593 11/22/2021
1.0.102 597 11/17/2021
1.0.101 558 11/14/2021
1.0.100 1,724 11/13/2021
1.0.99 568 11/11/2021
1.0.98 551 11/11/2021
1.0.97 543 11/10/2021
1.0.96 543 11/9/2021
1.0.95 2,578 11/6/2021
1.0.94 578 11/6/2021
1.0.93 2,145 11/5/2021
1.0.92 605 11/5/2021
1.0.91 571 11/4/2021
1.0.90 545 11/4/2021
1.0.89 594 11/3/2021
1.0.88 661 10/30/2021
1.0.87 2,024 10/21/2021
1.0.86 625 10/17/2021
1.0.85 642 10/17/2021
1.0.84 3,025 10/14/2021
1.0.83 564 10/13/2021
1.0.82 585 10/13/2021
1.0.81 564 10/12/2021
1.0.80 2,119 10/11/2021
1.0.79 544 10/9/2021
1.0.78 1,932 10/7/2021
1.0.77 2,128 10/7/2021
1.0.76 549 10/7/2021
1.0.75 575 10/6/2021
1.0.74 632 9/28/2021
1.0.73 2,345 9/23/2021
1.0.72 683 9/11/2021
1.0.71 582 9/10/2021
1.0.70 645 9/9/2021
1.0.69 550 9/8/2021
1.0.68 606 9/8/2021
1.0.67 2,132 9/6/2021
1.0.66 678 8/31/2021
1.0.65 543 8/30/2021
1.0.64 2,587 7/31/2021
1.0.63 3,017 7/30/2021
1.0.62 662 7/26/2021
1.0.61 4,461 7/5/2021
1.0.60 620 7/1/2021
1.0.59 3,797 6/4/2021
1.0.58 5,047 4/26/2021
1.0.57 2,156 4/19/2021
1.0.56 5,703 4/8/2021
1.0.55 1,784 4/7/2021
1.0.54 594 4/7/2021
1.0.53 1,858 4/3/2021
1.0.52 7,962 3/22/2021
1.0.51 5,747 3/4/2021
1.0.50 2,133 2/26/2021
1.0.49 8,257 2/2/2021
1.0.48 3,204 1/26/2021
1.0.47 2,972 1/24/2021
1.0.46 630 1/24/2021
1.0.45 690 1/23/2021
1.0.44 3,871 1/20/2021
1.0.43 691 1/20/2021
1.0.42 2,056 1/18/2021
1.0.41 606 1/18/2021
1.0.40 2,029 1/16/2021
1.0.39 6,281 12/17/2020
1.0.38 672 12/16/2020
1.0.37 3,187 12/14/2020
1.0.36 2,092 12/9/2020
1.0.35 650 12/9/2020
1.0.34 655 12/7/2020
1.0.33 764 12/6/2020
1.0.32 714 12/2/2020
1.0.31 678 12/2/2020
1.0.30 2,172 12/1/2020
1.0.29 7,327 11/12/2020
1.0.29-atestpub 537 11/11/2020
1.0.28 3,309 10/11/2020
1.0.27 8,585 9/9/2020
1.0.26 2,601 9/3/2020
1.0.25 2,643 8/20/2020
1.0.24 6,125 8/9/2020
1.0.23 2,679 7/28/2020
1.0.22 2,617 7/19/2020
1.0.21 4,426 7/6/2020
1.0.20 6,597 6/6/2020
1.0.19 2,585 6/4/2020
1.0.18 4,357 5/29/2020
1.0.17 4,392 5/21/2020
1.0.16 737 5/17/2020
1.0.15 4,492 5/12/2020
1.0.14 8,210 5/4/2020
1.0.13 758 4/24/2020
1.0.12 741 4/22/2020
1.0.11 726 4/22/2020
1.0.10 746 4/21/2020
1.0.9 3,200 4/18/2020
1.0.8 2,549 4/16/2020
1.0.7 756 4/16/2020
1.0.6 2,228 4/15/2020
1.0.5 2,639 4/11/2020
1.0.4 2,534 4/3/2020
1.0.3 747 4/1/2020
1.0.2 2,456 3/27/2020
1.0.1 2,578 3/22/2020
1.0.0 861 3/22/2020