Ecng.Net.SocketIO 1.0.429

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.429
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.429
                    
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.429" />
                    
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.429" />
                    
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.429
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.429"
                    
#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.429
                    
#: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.429
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.429
                    
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.Binance

Binance

StockSharp.Okex

OKX connector

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.430 0 9/5/2025
1.0.429 106 9/2/2025
1.0.428 339 8/30/2025
1.0.427 175 8/30/2025
1.0.426 192 8/20/2025
1.0.425 126 8/20/2025
1.0.424 141 8/19/2025
1.0.423 149 8/15/2025
1.0.422 220 8/10/2025
1.0.421 720 7/16/2025
1.0.420 206 7/14/2025
1.0.419 184 7/13/2025
1.0.418 160 7/13/2025
1.0.417 140 7/12/2025
1.0.416 529 7/8/2025
1.0.415 196 7/4/2025
1.0.414 188 7/2/2025
1.0.413 330 6/24/2025
1.0.412 827 6/16/2025
1.0.411 328 6/9/2025
1.0.410 231 6/8/2025
1.0.409 483 5/21/2025
1.0.408 186 5/21/2025
1.0.407 177 5/17/2025
1.0.406 520 5/12/2025
1.0.405 263 5/12/2025
1.0.404 232 5/12/2025
1.0.403 172 5/11/2025
1.0.402 171 5/11/2025
1.0.401 115 5/10/2025
1.0.400 102 5/10/2025
1.0.399 202 5/6/2025
1.0.398 129 5/3/2025
1.0.397 297 4/17/2025
1.0.396 248 4/15/2025
1.0.395 156 4/12/2025
1.0.394 224 4/9/2025
1.0.393 182 4/6/2025
1.0.392 139 4/5/2025
1.0.391 897 3/22/2025
1.0.390 197 3/20/2025
1.0.389 196 3/20/2025
1.0.388 195 3/19/2025
1.0.387 709 2/26/2025
1.0.386 168 2/26/2025
1.0.385 620 2/8/2025
1.0.384 168 2/8/2025
1.0.383 149 2/8/2025
1.0.382 141 2/6/2025
1.0.381 137 2/6/2025
1.0.380 149 2/6/2025
1.0.379 156 2/6/2025
1.0.378 146 2/6/2025
1.0.377 159 2/5/2025
1.0.376 139 2/5/2025
1.0.375 158 2/5/2025
1.0.374 177 2/3/2025
1.0.373 160 2/2/2025
1.0.372 178 2/1/2025
1.0.371 158 1/31/2025
1.0.370 161 1/30/2025
1.0.369 163 1/26/2025
1.0.368 183 1/21/2025
1.0.367 161 1/20/2025
1.0.366 133 1/20/2025
1.0.365 148 1/19/2025
1.0.364 139 1/19/2025
1.0.363 166 1/15/2025
1.0.362 135 1/15/2025
1.0.361 122 1/14/2025
1.0.360 134 1/12/2025
1.0.359 118 1/12/2025
1.0.358 120 1/12/2025
1.0.357 115 1/12/2025
1.0.356 137 1/10/2025
1.0.355 914 12/30/2024
1.0.354 175 12/27/2024
1.0.353 200 12/19/2024
1.0.352 633 11/20/2024
1.0.351 169 11/19/2024
1.0.350 152 11/19/2024
1.0.349 652 11/18/2024
1.0.348 331 11/15/2024
1.0.347 149 11/14/2024
1.0.346 160 11/14/2024
1.0.345 160 11/14/2024
1.0.344 150 11/14/2024
1.0.343 146 11/14/2024
1.0.342 201 11/7/2024
1.0.341 204 10/31/2024
1.0.340 250 10/20/2024
1.0.339 178 10/20/2024
1.0.338 188 10/20/2024
1.0.337 193 10/19/2024
1.0.336 193 10/19/2024
1.0.335 194 10/19/2024
1.0.334 192 10/19/2024
1.0.333 195 10/19/2024
1.0.332 188 10/19/2024
1.0.331 200 10/19/2024
1.0.330 224 10/18/2024
1.0.329 199 10/17/2024
1.0.328 151 10/17/2024
1.0.327 169 10/17/2024
1.0.326 685 10/14/2024
1.0.325 155 10/13/2024
1.0.324 149 10/13/2024
1.0.323 166 10/12/2024
1.0.322 320 10/9/2024
1.0.321 166 10/9/2024
1.0.320 312 10/5/2024
1.0.319 602 9/18/2024
1.0.318 168 9/18/2024
1.0.317 185 9/18/2024
1.0.316 181 9/17/2024
1.0.315 570 9/3/2024
1.0.314 209 9/1/2024
1.0.313 793 8/9/2024
1.0.312 179 8/9/2024
1.0.311 190 8/8/2024
1.0.310 521 7/25/2024
1.0.309 178 7/23/2024
1.0.308 205 7/17/2024
1.0.307 454 7/4/2024
1.0.306 514 6/12/2024
1.0.305 178 6/12/2024
1.0.304 177 6/12/2024
1.0.303 355 5/28/2024
1.0.302 499 5/4/2024
1.0.301 322 4/23/2024
1.0.300 184 4/21/2024
1.0.299 211 4/14/2024
1.0.298 454 3/28/2024
1.0.297 251 3/17/2024
1.0.296 441 3/9/2024
1.0.295 277 2/23/2024
1.0.294 201 2/23/2024
1.0.293 392 2/18/2024
1.0.292 202 2/18/2024
1.0.291 181 2/17/2024
1.0.290 194 2/16/2024
1.0.289 309 2/14/2024
1.0.288 200 2/13/2024
1.0.287 269 2/8/2024
1.0.286 252 2/5/2024
1.0.285 184 2/4/2024
1.0.284 339 1/23/2024
1.0.283 174 1/23/2024
1.0.282 250 1/12/2024
1.0.281 598 1/2/2024
1.0.280 217 12/29/2023
1.0.279 288 12/17/2023
1.0.278 436 12/15/2023
1.0.277 205 12/15/2023
1.0.276 183 12/15/2023
1.0.275 214 12/13/2023
1.0.274 205 12/13/2023
1.0.273 215 12/10/2023
1.0.272 604 11/18/2023
1.0.271 172 11/18/2023
1.0.270 204 11/18/2023
1.0.269 177 11/17/2023
1.0.268 179 11/12/2023
1.0.267 165 11/12/2023
1.0.266 186 11/10/2023
1.0.265 143 11/10/2023
1.0.264 188 11/9/2023
1.0.263 152 11/9/2023
1.0.262 172 11/9/2023
1.0.261 206 11/3/2023
1.0.260 173 11/1/2023
1.0.259 163 11/1/2023
1.0.258 1,396 9/8/2023
1.0.257 206 9/8/2023
1.0.256 232 9/3/2023
1.0.255 300 8/27/2023
1.0.254 215 8/24/2023
1.0.253 209 8/21/2023
1.0.252 264 8/15/2023
1.0.251 229 8/14/2023
1.0.250 217 8/14/2023
1.0.249 234 8/10/2023
1.0.248 951 7/29/2023
1.0.247 1,002 7/1/2023
1.0.246 241 6/29/2023
1.0.245 719 5/27/2023
1.0.244 280 5/21/2023
1.0.243 223 5/19/2023
1.0.242 1,002 5/8/2023
1.0.241 289 5/7/2023
1.0.240 263 5/7/2023
1.0.239 249 5/7/2023
1.0.238 298 5/1/2023
1.0.237 359 4/22/2023
1.0.236 300 4/21/2023
1.0.235 268 4/21/2023
1.0.234 1,130 4/13/2023
1.0.233 1,016 4/3/2023
1.0.232 418 3/27/2023
1.0.231 376 3/21/2023
1.0.230 361 3/17/2023
1.0.229 385 3/13/2023
1.0.228 1,102 3/6/2023
1.0.227 426 2/26/2023
1.0.226 834 2/21/2023
1.0.225 384 2/20/2023
1.0.224 401 2/16/2023
1.0.223 382 2/15/2023
1.0.222 357 2/14/2023
1.0.221 354 2/14/2023
1.0.220 1,239 2/9/2023
1.0.219 740 2/7/2023
1.0.218 413 2/4/2023
1.0.217 394 2/4/2023
1.0.216 403 2/3/2023
1.0.215 390 2/3/2023
1.0.214 380 2/3/2023
1.0.213 777 2/2/2023
1.0.212 744 1/30/2023
1.0.211 381 1/30/2023
1.0.210 442 1/25/2023
1.0.209 426 1/23/2023
1.0.208 374 1/23/2023
1.0.207 422 1/18/2023
1.0.206 425 1/15/2023
1.0.205 434 1/6/2023
1.0.204 1,324 1/1/2023
1.0.203 401 12/31/2022
1.0.202 872 12/30/2022
1.0.201 429 12/29/2022
1.0.200 431 12/23/2022
1.0.199 1,320 12/12/2022
1.0.198 987 12/8/2022
1.0.197 432 12/4/2022
1.0.196 414 12/4/2022
1.0.195 434 12/2/2022
1.0.194 434 11/30/2022
1.0.193 415 11/29/2022
1.0.192 405 11/28/2022
1.0.191 441 11/26/2022
1.0.190 437 11/26/2022
1.0.189 443 11/25/2022
1.0.188 432 11/25/2022
1.0.187 455 11/18/2022
1.0.186 1,508 11/11/2022
1.0.185 465 11/11/2022
1.0.184 440 11/10/2022
1.0.183 490 11/5/2022
1.0.182 467 11/4/2022
1.0.181 452 11/2/2022
1.0.180 443 11/2/2022
1.0.179 1,340 11/1/2022
1.0.178 1,567 10/16/2022
1.0.177 651 9/25/2022
1.0.176 594 9/10/2022
1.0.175 2,855 9/8/2022
1.0.174 571 9/8/2022
1.0.173 569 9/8/2022
1.0.172 561 9/4/2022
1.0.171 556 9/4/2022
1.0.170 5,222 8/24/2022
1.0.169 643 8/8/2022
1.0.168 558 8/8/2022
1.0.167 1,188 7/31/2022
1.0.166 575 7/31/2022
1.0.165 572 7/26/2022
1.0.164 557 7/26/2022
1.0.163 3,106 7/21/2022
1.0.162 612 7/19/2022
1.0.161 3,051 7/18/2022
1.0.160 614 7/13/2022
1.0.159 593 7/8/2022
1.0.158 605 6/30/2022
1.0.157 626 6/20/2022
1.0.156 581 6/18/2022
1.0.155 614 6/6/2022
1.0.154 666 5/27/2022
1.0.153 5,074 4/30/2022
1.0.152 610 4/20/2022
1.0.151 647 4/10/2022
1.0.150 614 4/7/2022
1.0.149 590 4/7/2022
1.0.148 631 4/2/2022
1.0.147 608 3/29/2022
1.0.146 586 3/27/2022
1.0.145 608 3/27/2022
1.0.144 3,809 3/24/2022
1.0.143 2,567 2/20/2022
1.0.142 567 2/20/2022
1.0.141 574 2/20/2022
1.0.140 601 2/20/2022
1.0.139 615 2/20/2022
1.0.138 583 2/20/2022
1.0.137 583 2/20/2022
1.0.136 605 2/20/2022
1.0.135 591 2/20/2022
1.0.134 606 2/19/2022
1.0.133 4,440 2/10/2022
1.0.132 705 1/27/2022
1.0.131 630 1/27/2022
1.0.130 3,459 1/24/2022
1.0.129 573 1/24/2022
1.0.128 618 1/23/2022
1.0.127 6,798 12/29/2021
1.0.126 464 12/27/2021
1.0.125 417 12/27/2021
1.0.124 432 12/27/2021
1.0.123 1,646 12/20/2021
1.0.122 476 12/17/2021
1.0.121 473 12/16/2021
1.0.120 452 12/15/2021
1.0.119 439 12/14/2021
1.0.118 447 12/14/2021
1.0.117 437 12/13/2021
1.0.116 576 12/12/2021
1.0.115 1,521 12/10/2021
1.0.114 470 12/7/2021
1.0.113 474 12/7/2021
1.0.112 1,860 12/6/2021
1.0.111 456 12/6/2021
1.0.110 476 12/5/2021
1.0.109 1,158 12/3/2021
1.0.108 967 12/3/2021
1.0.107 490 12/2/2021
1.0.106 2,368 11/29/2021
1.0.105 5,183 11/23/2021
1.0.104 461 11/23/2021
1.0.103 1,520 11/22/2021
1.0.102 551 11/17/2021
1.0.101 496 11/14/2021
1.0.100 1,641 11/13/2021
1.0.99 509 11/11/2021
1.0.98 491 11/11/2021
1.0.97 492 11/10/2021
1.0.96 498 11/9/2021
1.0.95 2,500 11/6/2021
1.0.94 520 11/6/2021
1.0.93 2,035 11/5/2021
1.0.92 547 11/5/2021
1.0.91 512 11/4/2021
1.0.90 511 11/4/2021
1.0.89 538 11/3/2021
1.0.88 592 10/30/2021
1.0.87 1,924 10/21/2021
1.0.86 572 10/17/2021
1.0.85 608 10/17/2021
1.0.84 2,914 10/14/2021
1.0.83 508 10/13/2021
1.0.82 526 10/13/2021
1.0.81 507 10/12/2021
1.0.80 2,037 10/11/2021
1.0.79 495 10/9/2021
1.0.78 1,828 10/7/2021
1.0.77 2,031 10/7/2021
1.0.76 487 10/7/2021
1.0.75 517 10/6/2021
1.0.74 574 9/28/2021
1.0.73 2,269 9/23/2021
1.0.72 617 9/11/2021
1.0.71 519 9/10/2021
1.0.70 586 9/9/2021
1.0.69 502 9/8/2021
1.0.68 559 9/8/2021
1.0.67 2,030 9/6/2021
1.0.66 630 8/31/2021
1.0.65 500 8/30/2021
1.0.64 2,499 7/31/2021
1.0.63 2,884 7/30/2021
1.0.62 603 7/26/2021
1.0.61 4,287 7/5/2021
1.0.60 566 7/1/2021
1.0.59 3,688 6/4/2021
1.0.58 4,895 4/26/2021
1.0.57 2,056 4/19/2021
1.0.56 5,497 4/8/2021
1.0.55 1,687 4/7/2021
1.0.54 535 4/7/2021
1.0.53 1,783 4/3/2021
1.0.52 7,714 3/22/2021
1.0.51 5,572 3/4/2021
1.0.50 2,043 2/26/2021
1.0.49 8,036 2/2/2021
1.0.48 3,114 1/26/2021
1.0.47 2,858 1/24/2021
1.0.46 565 1/24/2021
1.0.45 645 1/23/2021
1.0.44 3,769 1/20/2021
1.0.43 634 1/20/2021
1.0.42 1,976 1/18/2021
1.0.41 555 1/18/2021
1.0.40 1,937 1/16/2021
1.0.39 6,111 12/17/2020
1.0.38 612 12/16/2020
1.0.37 3,067 12/14/2020
1.0.36 2,021 12/9/2020
1.0.35 582 12/9/2020
1.0.34 594 12/7/2020
1.0.33 702 12/6/2020
1.0.32 649 12/2/2020
1.0.31 621 12/2/2020
1.0.30 2,098 12/1/2020
1.0.29 7,094 11/12/2020
1.0.29-atestpub 489 11/11/2020
1.0.28 3,207 10/11/2020
1.0.27 8,334 9/9/2020
1.0.26 2,482 9/3/2020
1.0.25 2,540 8/20/2020
1.0.24 5,943 8/9/2020
1.0.23 2,574 7/28/2020
1.0.22 2,495 7/19/2020
1.0.21 4,270 7/6/2020
1.0.20 6,425 6/6/2020
1.0.19 2,485 6/4/2020
1.0.18 4,217 5/29/2020
1.0.17 4,239 5/21/2020
1.0.16 691 5/17/2020
1.0.15 4,311 5/12/2020
1.0.14 7,887 5/4/2020
1.0.13 705 4/24/2020
1.0.12 706 4/22/2020
1.0.11 661 4/22/2020
1.0.10 694 4/21/2020
1.0.9 3,122 4/18/2020
1.0.8 2,449 4/16/2020
1.0.7 705 4/16/2020
1.0.6 2,148 4/15/2020
1.0.5 2,511 4/11/2020
1.0.4 2,419 4/3/2020
1.0.3 690 4/1/2020
1.0.2 2,361 3/27/2020
1.0.1 2,484 3/22/2020
1.0.0 802 3/22/2020