Ecng.Net.SocketIO 1.0.430

dotnet add package Ecng.Net.SocketIO --version 1.0.430
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.430
                    
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.430" />
                    
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.430" />
                    
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.430
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.430"
                    
#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.430
                    
#: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.430
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.430
                    
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 124 9/5/2025
1.0.429 161 9/2/2025
1.0.428 423 8/30/2025
1.0.427 179 8/30/2025
1.0.426 195 8/20/2025
1.0.425 129 8/20/2025
1.0.424 143 8/19/2025
1.0.423 151 8/15/2025
1.0.422 231 8/10/2025
1.0.421 851 7/16/2025
1.0.420 209 7/14/2025
1.0.419 186 7/13/2025
1.0.418 162 7/13/2025
1.0.417 142 7/12/2025
1.0.416 537 7/8/2025
1.0.415 198 7/4/2025
1.0.414 190 7/2/2025
1.0.413 337 6/24/2025
1.0.412 831 6/16/2025
1.0.411 332 6/9/2025
1.0.410 233 6/8/2025
1.0.409 488 5/21/2025
1.0.408 195 5/21/2025
1.0.407 180 5/17/2025
1.0.406 524 5/12/2025
1.0.405 265 5/12/2025
1.0.404 236 5/12/2025
1.0.403 175 5/11/2025
1.0.402 175 5/11/2025
1.0.401 121 5/10/2025
1.0.400 104 5/10/2025
1.0.399 206 5/6/2025
1.0.398 132 5/3/2025
1.0.397 302 4/17/2025
1.0.396 252 4/15/2025
1.0.395 161 4/12/2025
1.0.394 230 4/9/2025
1.0.393 186 4/6/2025
1.0.392 143 4/5/2025
1.0.391 901 3/22/2025
1.0.390 200 3/20/2025
1.0.389 202 3/20/2025
1.0.388 199 3/19/2025
1.0.387 713 2/26/2025
1.0.386 174 2/26/2025
1.0.385 622 2/8/2025
1.0.384 172 2/8/2025
1.0.383 155 2/8/2025
1.0.382 144 2/6/2025
1.0.381 140 2/6/2025
1.0.380 153 2/6/2025
1.0.379 161 2/6/2025
1.0.378 148 2/6/2025
1.0.377 162 2/5/2025
1.0.376 144 2/5/2025
1.0.375 161 2/5/2025
1.0.374 181 2/3/2025
1.0.373 164 2/2/2025
1.0.372 182 2/1/2025
1.0.371 160 1/31/2025
1.0.370 166 1/30/2025
1.0.369 165 1/26/2025
1.0.368 187 1/21/2025
1.0.367 168 1/20/2025
1.0.366 135 1/20/2025
1.0.365 152 1/19/2025
1.0.364 144 1/19/2025
1.0.363 168 1/15/2025
1.0.362 139 1/15/2025
1.0.361 125 1/14/2025
1.0.360 137 1/12/2025
1.0.359 122 1/12/2025
1.0.358 123 1/12/2025
1.0.357 118 1/12/2025
1.0.356 142 1/10/2025
1.0.355 919 12/30/2024
1.0.354 180 12/27/2024
1.0.353 203 12/19/2024
1.0.352 636 11/20/2024
1.0.351 171 11/19/2024
1.0.350 154 11/19/2024
1.0.349 654 11/18/2024
1.0.348 334 11/15/2024
1.0.347 152 11/14/2024
1.0.346 164 11/14/2024
1.0.345 163 11/14/2024
1.0.344 153 11/14/2024
1.0.343 151 11/14/2024
1.0.342 203 11/7/2024
1.0.341 207 10/31/2024
1.0.340 253 10/20/2024
1.0.339 180 10/20/2024
1.0.338 190 10/20/2024
1.0.337 198 10/19/2024
1.0.336 197 10/19/2024
1.0.335 197 10/19/2024
1.0.334 195 10/19/2024
1.0.333 199 10/19/2024
1.0.332 191 10/19/2024
1.0.331 203 10/19/2024
1.0.330 228 10/18/2024
1.0.329 202 10/17/2024
1.0.328 153 10/17/2024
1.0.327 172 10/17/2024
1.0.326 688 10/14/2024
1.0.325 158 10/13/2024
1.0.324 153 10/13/2024
1.0.323 169 10/12/2024
1.0.322 324 10/9/2024
1.0.321 169 10/9/2024
1.0.320 317 10/5/2024
1.0.319 605 9/18/2024
1.0.318 170 9/18/2024
1.0.317 187 9/18/2024
1.0.316 184 9/17/2024
1.0.315 575 9/3/2024
1.0.314 211 9/1/2024
1.0.313 799 8/9/2024
1.0.312 182 8/9/2024
1.0.311 195 8/8/2024
1.0.310 524 7/25/2024
1.0.309 182 7/23/2024
1.0.308 207 7/17/2024
1.0.307 458 7/4/2024
1.0.306 520 6/12/2024
1.0.305 181 6/12/2024
1.0.304 181 6/12/2024
1.0.303 360 5/28/2024
1.0.302 502 5/4/2024
1.0.301 328 4/23/2024
1.0.300 187 4/21/2024
1.0.299 216 4/14/2024
1.0.298 457 3/28/2024
1.0.297 254 3/17/2024
1.0.296 445 3/9/2024
1.0.295 281 2/23/2024
1.0.294 206 2/23/2024
1.0.293 399 2/18/2024
1.0.292 206 2/18/2024
1.0.291 186 2/17/2024
1.0.290 197 2/16/2024
1.0.289 314 2/14/2024
1.0.288 204 2/13/2024
1.0.287 271 2/8/2024
1.0.286 257 2/5/2024
1.0.285 187 2/4/2024
1.0.284 343 1/23/2024
1.0.283 177 1/23/2024
1.0.282 254 1/12/2024
1.0.281 603 1/2/2024
1.0.280 223 12/29/2023
1.0.279 290 12/17/2023
1.0.278 438 12/15/2023
1.0.277 210 12/15/2023
1.0.276 186 12/15/2023
1.0.275 216 12/13/2023
1.0.274 209 12/13/2023
1.0.273 219 12/10/2023
1.0.272 605 11/18/2023
1.0.271 174 11/18/2023
1.0.270 206 11/18/2023
1.0.269 178 11/17/2023
1.0.268 180 11/12/2023
1.0.267 168 11/12/2023
1.0.266 186 11/10/2023
1.0.265 147 11/10/2023
1.0.264 188 11/9/2023
1.0.263 153 11/9/2023
1.0.262 174 11/9/2023
1.0.261 208 11/3/2023
1.0.260 176 11/1/2023
1.0.259 164 11/1/2023
1.0.258 1,399 9/8/2023
1.0.257 209 9/8/2023
1.0.256 235 9/3/2023
1.0.255 303 8/27/2023
1.0.254 218 8/24/2023
1.0.253 211 8/21/2023
1.0.252 268 8/15/2023
1.0.251 235 8/14/2023
1.0.250 219 8/14/2023
1.0.249 237 8/10/2023
1.0.248 953 7/29/2023
1.0.247 1,005 7/1/2023
1.0.246 245 6/29/2023
1.0.245 723 5/27/2023
1.0.244 285 5/21/2023
1.0.243 231 5/19/2023
1.0.242 1,005 5/8/2023
1.0.241 293 5/7/2023
1.0.240 269 5/7/2023
1.0.239 254 5/7/2023
1.0.238 301 5/1/2023
1.0.237 363 4/22/2023
1.0.236 306 4/21/2023
1.0.235 273 4/21/2023
1.0.234 1,134 4/13/2023
1.0.233 1,023 4/3/2023
1.0.232 421 3/27/2023
1.0.231 379 3/21/2023
1.0.230 368 3/17/2023
1.0.229 388 3/13/2023
1.0.228 1,107 3/6/2023
1.0.227 433 2/26/2023
1.0.226 840 2/21/2023
1.0.225 388 2/20/2023
1.0.224 405 2/16/2023
1.0.223 389 2/15/2023
1.0.222 363 2/14/2023
1.0.221 359 2/14/2023
1.0.220 1,245 2/9/2023
1.0.219 746 2/7/2023
1.0.218 420 2/4/2023
1.0.217 398 2/4/2023
1.0.216 409 2/3/2023
1.0.215 394 2/3/2023
1.0.214 384 2/3/2023
1.0.213 783 2/2/2023
1.0.212 750 1/30/2023
1.0.211 388 1/30/2023
1.0.210 449 1/25/2023
1.0.209 430 1/23/2023
1.0.208 379 1/23/2023
1.0.207 426 1/18/2023
1.0.206 429 1/15/2023
1.0.205 440 1/6/2023
1.0.204 1,330 1/1/2023
1.0.203 407 12/31/2022
1.0.202 878 12/30/2022
1.0.201 435 12/29/2022
1.0.200 439 12/23/2022
1.0.199 1,329 12/12/2022
1.0.198 992 12/8/2022
1.0.197 436 12/4/2022
1.0.196 421 12/4/2022
1.0.195 438 12/2/2022
1.0.194 439 11/30/2022
1.0.193 422 11/29/2022
1.0.192 411 11/28/2022
1.0.191 446 11/26/2022
1.0.190 442 11/26/2022
1.0.189 449 11/25/2022
1.0.188 437 11/25/2022
1.0.187 461 11/18/2022
1.0.186 1,516 11/11/2022
1.0.185 470 11/11/2022
1.0.184 447 11/10/2022
1.0.183 500 11/5/2022
1.0.182 474 11/4/2022
1.0.181 461 11/2/2022
1.0.180 449 11/2/2022
1.0.179 1,346 11/1/2022
1.0.178 1,575 10/16/2022
1.0.177 658 9/25/2022
1.0.176 601 9/10/2022
1.0.175 2,863 9/8/2022
1.0.174 577 9/8/2022
1.0.173 578 9/8/2022
1.0.172 568 9/4/2022
1.0.171 565 9/4/2022
1.0.170 5,229 8/24/2022
1.0.169 649 8/8/2022
1.0.168 565 8/8/2022
1.0.167 1,195 7/31/2022
1.0.166 580 7/31/2022
1.0.165 581 7/26/2022
1.0.164 562 7/26/2022
1.0.163 3,111 7/21/2022
1.0.162 618 7/19/2022
1.0.161 3,056 7/18/2022
1.0.160 621 7/13/2022
1.0.159 600 7/8/2022
1.0.158 611 6/30/2022
1.0.157 633 6/20/2022
1.0.156 589 6/18/2022
1.0.155 619 6/6/2022
1.0.154 669 5/27/2022
1.0.153 5,077 4/30/2022
1.0.152 614 4/20/2022
1.0.151 649 4/10/2022
1.0.150 617 4/7/2022
1.0.149 594 4/7/2022
1.0.148 635 4/2/2022
1.0.147 610 3/29/2022
1.0.146 588 3/27/2022
1.0.145 611 3/27/2022
1.0.144 3,813 3/24/2022
1.0.143 2,569 2/20/2022
1.0.142 571 2/20/2022
1.0.141 577 2/20/2022
1.0.140 604 2/20/2022
1.0.139 617 2/20/2022
1.0.138 586 2/20/2022
1.0.137 585 2/20/2022
1.0.136 608 2/20/2022
1.0.135 596 2/20/2022
1.0.134 609 2/19/2022
1.0.133 4,442 2/10/2022
1.0.132 709 1/27/2022
1.0.131 632 1/27/2022
1.0.130 3,461 1/24/2022
1.0.129 576 1/24/2022
1.0.128 620 1/23/2022
1.0.127 6,799 12/29/2021
1.0.126 467 12/27/2021
1.0.125 419 12/27/2021
1.0.124 433 12/27/2021
1.0.123 1,649 12/20/2021
1.0.122 479 12/17/2021
1.0.121 474 12/16/2021
1.0.120 454 12/15/2021
1.0.119 440 12/14/2021
1.0.118 449 12/14/2021
1.0.117 438 12/13/2021
1.0.116 577 12/12/2021
1.0.115 1,524 12/10/2021
1.0.114 472 12/7/2021
1.0.113 476 12/7/2021
1.0.112 1,864 12/6/2021
1.0.111 460 12/6/2021
1.0.110 479 12/5/2021
1.0.109 1,161 12/3/2021
1.0.108 971 12/3/2021
1.0.107 492 12/2/2021
1.0.106 2,372 11/29/2021
1.0.105 5,184 11/23/2021
1.0.104 463 11/23/2021
1.0.103 1,521 11/22/2021
1.0.102 553 11/17/2021
1.0.101 499 11/14/2021
1.0.100 1,643 11/13/2021
1.0.99 515 11/11/2021
1.0.98 493 11/11/2021
1.0.97 497 11/10/2021
1.0.96 500 11/9/2021
1.0.95 2,504 11/6/2021
1.0.94 523 11/6/2021
1.0.93 2,036 11/5/2021
1.0.92 552 11/5/2021
1.0.91 514 11/4/2021
1.0.90 512 11/4/2021
1.0.89 541 11/3/2021
1.0.88 595 10/30/2021
1.0.87 1,925 10/21/2021
1.0.86 574 10/17/2021
1.0.85 609 10/17/2021
1.0.84 2,916 10/14/2021
1.0.83 512 10/13/2021
1.0.82 527 10/13/2021
1.0.81 508 10/12/2021
1.0.80 2,040 10/11/2021
1.0.79 496 10/9/2021
1.0.78 1,831 10/7/2021
1.0.77 2,035 10/7/2021
1.0.76 490 10/7/2021
1.0.75 521 10/6/2021
1.0.74 577 9/28/2021
1.0.73 2,271 9/23/2021
1.0.72 618 9/11/2021
1.0.71 520 9/10/2021
1.0.70 587 9/9/2021
1.0.69 506 9/8/2021
1.0.68 561 9/8/2021
1.0.67 2,032 9/6/2021
1.0.66 631 8/31/2021
1.0.65 504 8/30/2021
1.0.64 2,503 7/31/2021
1.0.63 2,887 7/30/2021
1.0.62 607 7/26/2021
1.0.61 4,290 7/5/2021
1.0.60 568 7/1/2021
1.0.59 3,691 6/4/2021
1.0.58 4,900 4/26/2021
1.0.57 2,062 4/19/2021
1.0.56 5,499 4/8/2021
1.0.55 1,691 4/7/2021
1.0.54 542 4/7/2021
1.0.53 1,786 4/3/2021
1.0.52 7,716 3/22/2021
1.0.51 5,574 3/4/2021
1.0.50 2,045 2/26/2021
1.0.49 8,038 2/2/2021
1.0.48 3,115 1/26/2021
1.0.47 2,861 1/24/2021
1.0.46 568 1/24/2021
1.0.45 647 1/23/2021
1.0.44 3,770 1/20/2021
1.0.43 637 1/20/2021
1.0.42 1,980 1/18/2021
1.0.41 558 1/18/2021
1.0.40 1,940 1/16/2021
1.0.39 6,115 12/17/2020
1.0.38 616 12/16/2020
1.0.37 3,071 12/14/2020
1.0.36 2,022 12/9/2020
1.0.35 587 12/9/2020
1.0.34 595 12/7/2020
1.0.33 705 12/6/2020
1.0.32 651 12/2/2020
1.0.31 625 12/2/2020
1.0.30 2,099 12/1/2020
1.0.29 7,096 11/12/2020
1.0.29-atestpub 492 11/11/2020
1.0.28 3,211 10/11/2020
1.0.27 8,337 9/9/2020
1.0.26 2,484 9/3/2020
1.0.25 2,542 8/20/2020
1.0.24 5,945 8/9/2020
1.0.23 2,577 7/28/2020
1.0.22 2,497 7/19/2020
1.0.21 4,276 7/6/2020
1.0.20 6,426 6/6/2020
1.0.19 2,487 6/4/2020
1.0.18 4,221 5/29/2020
1.0.17 4,242 5/21/2020
1.0.16 692 5/17/2020
1.0.15 4,317 5/12/2020
1.0.14 7,890 5/4/2020
1.0.13 709 4/24/2020
1.0.12 707 4/22/2020
1.0.11 663 4/22/2020
1.0.10 695 4/21/2020
1.0.9 3,123 4/18/2020
1.0.8 2,452 4/16/2020
1.0.7 707 4/16/2020
1.0.6 2,151 4/15/2020
1.0.5 2,515 4/11/2020
1.0.4 2,423 4/3/2020
1.0.3 692 4/1/2020
1.0.2 2,363 3/27/2020
1.0.1 2,488 3/22/2020
1.0.0 804 3/22/2020