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.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.430 377 9/5/2025
1.0.429 170 9/2/2025
1.0.428 442 8/30/2025
1.0.427 187 8/30/2025
1.0.426 203 8/20/2025
1.0.425 137 8/20/2025
1.0.424 150 8/19/2025
1.0.423 159 8/15/2025
1.0.422 239 8/10/2025
1.0.421 911 7/16/2025
1.0.420 217 7/14/2025
1.0.419 193 7/13/2025
1.0.418 169 7/13/2025
1.0.417 149 7/12/2025
1.0.416 551 7/8/2025
1.0.415 206 7/4/2025
1.0.414 197 7/2/2025
1.0.413 350 6/24/2025
1.0.412 854 6/16/2025
1.0.411 341 6/9/2025
1.0.410 241 6/8/2025
1.0.409 505 5/21/2025
1.0.408 207 5/21/2025
1.0.407 188 5/17/2025
1.0.406 541 5/12/2025
1.0.405 276 5/12/2025
1.0.404 245 5/12/2025
1.0.403 185 5/11/2025
1.0.402 185 5/11/2025
1.0.401 133 5/10/2025
1.0.400 111 5/10/2025
1.0.399 217 5/6/2025
1.0.398 142 5/3/2025
1.0.397 311 4/17/2025
1.0.396 264 4/15/2025
1.0.395 169 4/12/2025
1.0.394 239 4/9/2025
1.0.393 194 4/6/2025
1.0.392 153 4/5/2025
1.0.391 921 3/22/2025
1.0.390 210 3/20/2025
1.0.389 211 3/20/2025
1.0.388 209 3/19/2025
1.0.387 726 2/26/2025
1.0.386 183 2/26/2025
1.0.385 641 2/8/2025
1.0.384 181 2/8/2025
1.0.383 166 2/8/2025
1.0.382 157 2/6/2025
1.0.381 146 2/6/2025
1.0.380 162 2/6/2025
1.0.379 168 2/6/2025
1.0.378 155 2/6/2025
1.0.377 169 2/5/2025
1.0.376 151 2/5/2025
1.0.375 170 2/5/2025
1.0.374 188 2/3/2025
1.0.373 175 2/2/2025
1.0.372 192 2/1/2025
1.0.371 167 1/31/2025
1.0.370 176 1/30/2025
1.0.369 171 1/26/2025
1.0.368 194 1/21/2025
1.0.367 176 1/20/2025
1.0.366 142 1/20/2025
1.0.365 161 1/19/2025
1.0.364 154 1/19/2025
1.0.363 178 1/15/2025
1.0.362 149 1/15/2025
1.0.361 132 1/14/2025
1.0.360 143 1/12/2025
1.0.359 131 1/12/2025
1.0.358 133 1/12/2025
1.0.357 125 1/12/2025
1.0.356 151 1/10/2025
1.0.355 935 12/30/2024
1.0.354 187 12/27/2024
1.0.353 215 12/19/2024
1.0.352 654 11/20/2024
1.0.351 178 11/19/2024
1.0.350 162 11/19/2024
1.0.349 671 11/18/2024
1.0.348 347 11/15/2024
1.0.347 159 11/14/2024
1.0.346 174 11/14/2024
1.0.345 172 11/14/2024
1.0.344 159 11/14/2024
1.0.343 159 11/14/2024
1.0.342 209 11/7/2024
1.0.341 214 10/31/2024
1.0.340 265 10/20/2024
1.0.339 189 10/20/2024
1.0.338 202 10/20/2024
1.0.337 206 10/19/2024
1.0.336 206 10/19/2024
1.0.335 205 10/19/2024
1.0.334 204 10/19/2024
1.0.333 209 10/19/2024
1.0.332 198 10/19/2024
1.0.331 210 10/19/2024
1.0.330 237 10/18/2024
1.0.329 211 10/17/2024
1.0.328 164 10/17/2024
1.0.327 181 10/17/2024
1.0.326 701 10/14/2024
1.0.325 167 10/13/2024
1.0.324 160 10/13/2024
1.0.323 177 10/12/2024
1.0.322 342 10/9/2024
1.0.321 180 10/9/2024
1.0.320 333 10/5/2024
1.0.319 624 9/18/2024
1.0.318 176 9/18/2024
1.0.317 194 9/18/2024
1.0.316 193 9/17/2024
1.0.315 593 9/3/2024
1.0.314 219 9/1/2024
1.0.313 821 8/9/2024
1.0.312 192 8/9/2024
1.0.311 203 8/8/2024
1.0.310 543 7/25/2024
1.0.309 191 7/23/2024
1.0.308 213 7/17/2024
1.0.307 468 7/4/2024
1.0.306 531 6/12/2024
1.0.305 188 6/12/2024
1.0.304 188 6/12/2024
1.0.303 369 5/28/2024
1.0.302 510 5/4/2024
1.0.301 338 4/23/2024
1.0.300 197 4/21/2024
1.0.299 223 4/14/2024
1.0.298 465 3/28/2024
1.0.297 265 3/17/2024
1.0.296 456 3/9/2024
1.0.295 287 2/23/2024
1.0.294 218 2/23/2024
1.0.293 408 2/18/2024
1.0.292 214 2/18/2024
1.0.291 195 2/17/2024
1.0.290 205 2/16/2024
1.0.289 321 2/14/2024
1.0.288 215 2/13/2024
1.0.287 278 2/8/2024
1.0.286 267 2/5/2024
1.0.285 196 2/4/2024
1.0.284 351 1/23/2024
1.0.283 187 1/23/2024
1.0.282 264 1/12/2024
1.0.281 611 1/2/2024
1.0.280 234 12/29/2023
1.0.279 297 12/17/2023
1.0.278 445 12/15/2023
1.0.277 220 12/15/2023
1.0.276 197 12/15/2023
1.0.275 225 12/13/2023
1.0.274 219 12/13/2023
1.0.273 227 12/10/2023
1.0.272 606 11/18/2023
1.0.271 179 11/18/2023
1.0.270 211 11/18/2023
1.0.269 183 11/17/2023
1.0.268 180 11/12/2023
1.0.267 170 11/12/2023
1.0.266 189 11/10/2023
1.0.265 151 11/10/2023
1.0.264 188 11/9/2023
1.0.263 157 11/9/2023
1.0.262 177 11/9/2023
1.0.261 210 11/3/2023
1.0.260 178 11/1/2023
1.0.259 165 11/1/2023
1.0.258 1,404 9/8/2023
1.0.257 215 9/8/2023
1.0.256 241 9/3/2023
1.0.255 309 8/27/2023
1.0.254 223 8/24/2023
1.0.253 214 8/21/2023
1.0.252 275 8/15/2023
1.0.251 242 8/14/2023
1.0.250 226 8/14/2023
1.0.249 244 8/10/2023
1.0.248 960 7/29/2023
1.0.247 1,015 7/1/2023
1.0.246 255 6/29/2023
1.0.245 730 5/27/2023
1.0.244 295 5/21/2023
1.0.243 238 5/19/2023
1.0.242 1,010 5/8/2023
1.0.241 300 5/7/2023
1.0.240 279 5/7/2023
1.0.239 260 5/7/2023
1.0.238 310 5/1/2023
1.0.237 372 4/22/2023
1.0.236 314 4/21/2023
1.0.235 281 4/21/2023
1.0.234 1,145 4/13/2023
1.0.233 1,038 4/3/2023
1.0.232 428 3/27/2023
1.0.231 384 3/21/2023
1.0.230 377 3/17/2023
1.0.229 393 3/13/2023
1.0.228 1,118 3/6/2023
1.0.227 439 2/26/2023
1.0.226 856 2/21/2023
1.0.225 396 2/20/2023
1.0.224 414 2/16/2023
1.0.223 398 2/15/2023
1.0.222 370 2/14/2023
1.0.221 366 2/14/2023
1.0.220 1,261 2/9/2023
1.0.219 754 2/7/2023
1.0.218 426 2/4/2023
1.0.217 406 2/4/2023
1.0.216 419 2/3/2023
1.0.215 401 2/3/2023
1.0.214 390 2/3/2023
1.0.213 802 2/2/2023
1.0.212 759 1/30/2023
1.0.211 396 1/30/2023
1.0.210 458 1/25/2023
1.0.209 438 1/23/2023
1.0.208 387 1/23/2023
1.0.207 432 1/18/2023
1.0.206 438 1/15/2023
1.0.205 448 1/6/2023
1.0.204 1,344 1/1/2023
1.0.203 414 12/31/2022
1.0.202 891 12/30/2022
1.0.201 441 12/29/2022
1.0.200 447 12/23/2022
1.0.199 1,335 12/12/2022
1.0.198 1,006 12/8/2022
1.0.197 444 12/4/2022
1.0.196 427 12/4/2022
1.0.195 447 12/2/2022
1.0.194 447 11/30/2022
1.0.193 428 11/29/2022
1.0.192 419 11/28/2022
1.0.191 455 11/26/2022
1.0.190 450 11/26/2022
1.0.189 454 11/25/2022
1.0.188 448 11/25/2022
1.0.187 470 11/18/2022
1.0.186 1,527 11/11/2022
1.0.185 482 11/11/2022
1.0.184 453 11/10/2022
1.0.183 508 11/5/2022
1.0.182 483 11/4/2022
1.0.181 467 11/2/2022
1.0.180 456 11/2/2022
1.0.179 1,353 11/1/2022
1.0.178 1,583 10/16/2022
1.0.177 671 9/25/2022
1.0.176 609 9/10/2022
1.0.175 2,883 9/8/2022
1.0.174 585 9/8/2022
1.0.173 588 9/8/2022
1.0.172 577 9/4/2022
1.0.171 573 9/4/2022
1.0.170 5,255 8/24/2022
1.0.169 657 8/8/2022
1.0.168 571 8/8/2022
1.0.167 1,203 7/31/2022
1.0.166 587 7/31/2022
1.0.165 588 7/26/2022
1.0.164 567 7/26/2022
1.0.163 3,126 7/21/2022
1.0.162 626 7/19/2022
1.0.161 3,070 7/18/2022
1.0.160 630 7/13/2022
1.0.159 606 7/8/2022
1.0.158 619 6/30/2022
1.0.157 641 6/20/2022
1.0.156 596 6/18/2022
1.0.155 625 6/6/2022
1.0.154 676 5/27/2022
1.0.153 5,102 4/30/2022
1.0.152 620 4/20/2022
1.0.151 656 4/10/2022
1.0.150 623 4/7/2022
1.0.149 603 4/7/2022
1.0.148 645 4/2/2022
1.0.147 618 3/29/2022
1.0.146 596 3/27/2022
1.0.145 617 3/27/2022
1.0.144 3,831 3/24/2022
1.0.143 2,589 2/20/2022
1.0.142 576 2/20/2022
1.0.141 586 2/20/2022
1.0.140 613 2/20/2022
1.0.139 624 2/20/2022
1.0.138 594 2/20/2022
1.0.137 591 2/20/2022
1.0.136 616 2/20/2022
1.0.135 607 2/20/2022
1.0.134 616 2/19/2022
1.0.133 4,466 2/10/2022
1.0.132 716 1/27/2022
1.0.131 639 1/27/2022
1.0.130 3,478 1/24/2022
1.0.129 584 1/24/2022
1.0.128 628 1/23/2022
1.0.127 6,842 12/29/2021
1.0.126 474 12/27/2021
1.0.125 425 12/27/2021
1.0.124 443 12/27/2021
1.0.123 1,668 12/20/2021
1.0.122 484 12/17/2021
1.0.121 483 12/16/2021
1.0.120 463 12/15/2021
1.0.119 449 12/14/2021
1.0.118 454 12/14/2021
1.0.117 444 12/13/2021
1.0.116 585 12/12/2021
1.0.115 1,532 12/10/2021
1.0.114 477 12/7/2021
1.0.113 484 12/7/2021
1.0.112 1,881 12/6/2021
1.0.111 470 12/6/2021
1.0.110 486 12/5/2021
1.0.109 1,167 12/3/2021
1.0.108 978 12/3/2021
1.0.107 501 12/2/2021
1.0.106 2,388 11/29/2021
1.0.105 5,192 11/23/2021
1.0.104 470 11/23/2021
1.0.103 1,537 11/22/2021
1.0.102 559 11/17/2021
1.0.101 510 11/14/2021
1.0.100 1,651 11/13/2021
1.0.99 521 11/11/2021
1.0.98 501 11/11/2021
1.0.97 505 11/10/2021
1.0.96 505 11/9/2021
1.0.95 2,522 11/6/2021
1.0.94 531 11/6/2021
1.0.93 2,057 11/5/2021
1.0.92 559 11/5/2021
1.0.91 527 11/4/2021
1.0.90 517 11/4/2021
1.0.89 547 11/3/2021
1.0.88 608 10/30/2021
1.0.87 1,940 10/21/2021
1.0.86 580 10/17/2021
1.0.85 614 10/17/2021
1.0.84 2,941 10/14/2021
1.0.83 522 10/13/2021
1.0.82 534 10/13/2021
1.0.81 518 10/12/2021
1.0.80 2,057 10/11/2021
1.0.79 508 10/9/2021
1.0.78 1,851 10/7/2021
1.0.77 2,052 10/7/2021
1.0.76 498 10/7/2021
1.0.75 530 10/6/2021
1.0.74 584 9/28/2021
1.0.73 2,286 9/23/2021
1.0.72 630 9/11/2021
1.0.71 530 9/10/2021
1.0.70 593 9/9/2021
1.0.69 515 9/8/2021
1.0.68 568 9/8/2021
1.0.67 2,052 9/6/2021
1.0.66 636 8/31/2021
1.0.65 510 8/30/2021
1.0.64 2,520 7/31/2021
1.0.63 2,914 7/30/2021
1.0.62 615 7/26/2021
1.0.61 4,328 7/5/2021
1.0.60 579 7/1/2021
1.0.59 3,721 6/4/2021
1.0.58 4,929 4/26/2021
1.0.57 2,079 4/19/2021
1.0.56 5,535 4/8/2021
1.0.55 1,706 4/7/2021
1.0.54 548 4/7/2021
1.0.53 1,805 4/3/2021
1.0.52 7,747 3/22/2021
1.0.51 5,600 3/4/2021
1.0.50 2,053 2/26/2021
1.0.49 8,075 2/2/2021
1.0.48 3,133 1/26/2021
1.0.47 2,888 1/24/2021
1.0.46 577 1/24/2021
1.0.45 652 1/23/2021
1.0.44 3,788 1/20/2021
1.0.43 645 1/20/2021
1.0.42 1,997 1/18/2021
1.0.41 569 1/18/2021
1.0.40 1,956 1/16/2021
1.0.39 6,140 12/17/2020
1.0.38 622 12/16/2020
1.0.37 3,096 12/14/2020
1.0.36 2,028 12/9/2020
1.0.35 593 12/9/2020
1.0.34 603 12/7/2020
1.0.33 714 12/6/2020
1.0.32 661 12/2/2020
1.0.31 636 12/2/2020
1.0.30 2,109 12/1/2020
1.0.29 7,141 11/12/2020
1.0.29-atestpub 499 11/11/2020
1.0.28 3,225 10/11/2020
1.0.27 8,373 9/9/2020
1.0.26 2,492 9/3/2020
1.0.25 2,559 8/20/2020
1.0.24 5,975 8/9/2020
1.0.23 2,590 7/28/2020
1.0.22 2,515 7/19/2020
1.0.21 4,300 7/6/2020
1.0.20 6,450 6/6/2020
1.0.19 2,503 6/4/2020
1.0.18 4,249 5/29/2020
1.0.17 4,252 5/21/2020
1.0.16 700 5/17/2020
1.0.15 4,341 5/12/2020
1.0.14 7,921 5/4/2020
1.0.13 721 4/24/2020
1.0.12 712 4/22/2020
1.0.11 674 4/22/2020
1.0.10 703 4/21/2020
1.0.9 3,128 4/18/2020
1.0.8 2,469 4/16/2020
1.0.7 714 4/16/2020
1.0.6 2,159 4/15/2020
1.0.5 2,535 4/11/2020
1.0.4 2,439 4/3/2020
1.0.3 702 4/1/2020
1.0.2 2,378 3/27/2020
1.0.1 2,506 3/22/2020
1.0.0 815 3/22/2020