Ecng.Net.SocketIO 1.0.422

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.422
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.422
                    
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.422" />
                    
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.422" />
                    
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.422
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.422"
                    
#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.422
                    
#: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.422
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.422
                    
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 262 9/5/2025
1.0.429 168 9/2/2025
1.0.428 434 8/30/2025
1.0.427 185 8/30/2025
1.0.426 201 8/20/2025
1.0.425 135 8/20/2025
1.0.424 148 8/19/2025
1.0.423 157 8/15/2025
1.0.422 237 8/10/2025
1.0.421 876 7/16/2025
1.0.420 214 7/14/2025
1.0.419 191 7/13/2025
1.0.418 167 7/13/2025
1.0.417 147 7/12/2025
1.0.416 542 7/8/2025
1.0.415 203 7/4/2025
1.0.414 195 7/2/2025
1.0.413 345 6/24/2025
1.0.412 838 6/16/2025
1.0.411 337 6/9/2025
1.0.410 238 6/8/2025
1.0.409 493 5/21/2025
1.0.408 203 5/21/2025
1.0.407 185 5/17/2025
1.0.406 529 5/12/2025
1.0.405 272 5/12/2025
1.0.404 242 5/12/2025
1.0.403 182 5/11/2025
1.0.402 181 5/11/2025
1.0.401 128 5/10/2025
1.0.400 109 5/10/2025
1.0.399 214 5/6/2025
1.0.398 137 5/3/2025
1.0.397 308 4/17/2025
1.0.396 259 4/15/2025
1.0.395 166 4/12/2025
1.0.394 235 4/9/2025
1.0.393 192 4/6/2025
1.0.392 149 4/5/2025
1.0.391 906 3/22/2025
1.0.390 207 3/20/2025
1.0.389 207 3/20/2025
1.0.388 205 3/19/2025
1.0.387 717 2/26/2025
1.0.386 179 2/26/2025
1.0.385 626 2/8/2025
1.0.384 178 2/8/2025
1.0.383 162 2/8/2025
1.0.382 150 2/6/2025
1.0.381 144 2/6/2025
1.0.380 158 2/6/2025
1.0.379 165 2/6/2025
1.0.378 152 2/6/2025
1.0.377 166 2/5/2025
1.0.376 148 2/5/2025
1.0.375 166 2/5/2025
1.0.374 185 2/3/2025
1.0.373 168 2/2/2025
1.0.372 187 2/1/2025
1.0.371 164 1/31/2025
1.0.370 170 1/30/2025
1.0.369 169 1/26/2025
1.0.368 191 1/21/2025
1.0.367 172 1/20/2025
1.0.366 139 1/20/2025
1.0.365 157 1/19/2025
1.0.364 150 1/19/2025
1.0.363 173 1/15/2025
1.0.362 144 1/15/2025
1.0.361 129 1/14/2025
1.0.360 141 1/12/2025
1.0.359 126 1/12/2025
1.0.358 128 1/12/2025
1.0.357 122 1/12/2025
1.0.356 148 1/10/2025
1.0.355 923 12/30/2024
1.0.354 185 12/27/2024
1.0.353 210 12/19/2024
1.0.352 644 11/20/2024
1.0.351 175 11/19/2024
1.0.350 158 11/19/2024
1.0.349 661 11/18/2024
1.0.348 338 11/15/2024
1.0.347 156 11/14/2024
1.0.346 169 11/14/2024
1.0.345 167 11/14/2024
1.0.344 157 11/14/2024
1.0.343 156 11/14/2024
1.0.342 207 11/7/2024
1.0.341 211 10/31/2024
1.0.340 259 10/20/2024
1.0.339 185 10/20/2024
1.0.338 197 10/20/2024
1.0.337 202 10/19/2024
1.0.336 203 10/19/2024
1.0.335 201 10/19/2024
1.0.334 200 10/19/2024
1.0.333 204 10/19/2024
1.0.332 196 10/19/2024
1.0.331 208 10/19/2024
1.0.330 232 10/18/2024
1.0.329 206 10/17/2024
1.0.328 158 10/17/2024
1.0.327 177 10/17/2024
1.0.326 692 10/14/2024
1.0.325 164 10/13/2024
1.0.324 158 10/13/2024
1.0.323 174 10/12/2024
1.0.322 329 10/9/2024
1.0.321 176 10/9/2024
1.0.320 323 10/5/2024
1.0.319 609 9/18/2024
1.0.318 174 9/18/2024
1.0.317 191 9/18/2024
1.0.316 191 9/17/2024
1.0.315 580 9/3/2024
1.0.314 216 9/1/2024
1.0.313 804 8/9/2024
1.0.312 187 8/9/2024
1.0.311 200 8/8/2024
1.0.310 529 7/25/2024
1.0.309 189 7/23/2024
1.0.308 211 7/17/2024
1.0.307 463 7/4/2024
1.0.306 526 6/12/2024
1.0.305 185 6/12/2024
1.0.304 185 6/12/2024
1.0.303 365 5/28/2024
1.0.302 506 5/4/2024
1.0.301 334 4/23/2024
1.0.300 192 4/21/2024
1.0.299 220 4/14/2024
1.0.298 462 3/28/2024
1.0.297 259 3/17/2024
1.0.296 452 3/9/2024
1.0.295 285 2/23/2024
1.0.294 211 2/23/2024
1.0.293 405 2/18/2024
1.0.292 210 2/18/2024
1.0.291 190 2/17/2024
1.0.290 203 2/16/2024
1.0.289 318 2/14/2024
1.0.288 211 2/13/2024
1.0.287 275 2/8/2024
1.0.286 263 2/5/2024
1.0.285 193 2/4/2024
1.0.284 347 1/23/2024
1.0.283 183 1/23/2024
1.0.282 261 1/12/2024
1.0.281 608 1/2/2024
1.0.280 228 12/29/2023
1.0.279 294 12/17/2023
1.0.278 442 12/15/2023
1.0.277 216 12/15/2023
1.0.276 191 12/15/2023
1.0.275 220 12/13/2023
1.0.274 214 12/13/2023
1.0.273 223 12/10/2023
1.0.272 605 11/18/2023
1.0.271 175 11/18/2023
1.0.270 206 11/18/2023
1.0.269 179 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 150 11/10/2023
1.0.264 188 11/9/2023
1.0.263 157 11/9/2023
1.0.262 174 11/9/2023
1.0.261 208 11/3/2023
1.0.260 177 11/1/2023
1.0.259 164 11/1/2023
1.0.258 1,399 9/8/2023
1.0.257 213 9/8/2023
1.0.256 236 9/3/2023
1.0.255 307 8/27/2023
1.0.254 221 8/24/2023
1.0.253 213 8/21/2023
1.0.252 271 8/15/2023
1.0.251 240 8/14/2023
1.0.250 223 8/14/2023
1.0.249 241 8/10/2023
1.0.248 957 7/29/2023
1.0.247 1,010 7/1/2023
1.0.246 252 6/29/2023
1.0.245 726 5/27/2023
1.0.244 289 5/21/2023
1.0.243 236 5/19/2023
1.0.242 1,008 5/8/2023
1.0.241 297 5/7/2023
1.0.240 275 5/7/2023
1.0.239 258 5/7/2023
1.0.238 306 5/1/2023
1.0.237 368 4/22/2023
1.0.236 311 4/21/2023
1.0.235 278 4/21/2023
1.0.234 1,137 4/13/2023
1.0.233 1,028 4/3/2023
1.0.232 424 3/27/2023
1.0.231 382 3/21/2023
1.0.230 373 3/17/2023
1.0.229 391 3/13/2023
1.0.228 1,110 3/6/2023
1.0.227 437 2/26/2023
1.0.226 845 2/21/2023
1.0.225 391 2/20/2023
1.0.224 409 2/16/2023
1.0.223 395 2/15/2023
1.0.222 366 2/14/2023
1.0.221 362 2/14/2023
1.0.220 1,250 2/9/2023
1.0.219 750 2/7/2023
1.0.218 423 2/4/2023
1.0.217 403 2/4/2023
1.0.216 412 2/3/2023
1.0.215 397 2/3/2023
1.0.214 387 2/3/2023
1.0.213 790 2/2/2023
1.0.212 754 1/30/2023
1.0.211 392 1/30/2023
1.0.210 453 1/25/2023
1.0.209 433 1/23/2023
1.0.208 382 1/23/2023
1.0.207 429 1/18/2023
1.0.206 434 1/15/2023
1.0.205 444 1/6/2023
1.0.204 1,334 1/1/2023
1.0.203 410 12/31/2022
1.0.202 882 12/30/2022
1.0.201 438 12/29/2022
1.0.200 444 12/23/2022
1.0.199 1,332 12/12/2022
1.0.198 996 12/8/2022
1.0.197 440 12/4/2022
1.0.196 424 12/4/2022
1.0.195 442 12/2/2022
1.0.194 444 11/30/2022
1.0.193 425 11/29/2022
1.0.192 415 11/28/2022
1.0.191 450 11/26/2022
1.0.190 446 11/26/2022
1.0.189 452 11/25/2022
1.0.188 443 11/25/2022
1.0.187 464 11/18/2022
1.0.186 1,520 11/11/2022
1.0.185 479 11/11/2022
1.0.184 451 11/10/2022
1.0.183 504 11/5/2022
1.0.182 479 11/4/2022
1.0.181 464 11/2/2022
1.0.180 453 11/2/2022
1.0.179 1,350 11/1/2022
1.0.178 1,579 10/16/2022
1.0.177 663 9/25/2022
1.0.176 606 9/10/2022
1.0.175 2,870 9/8/2022
1.0.174 581 9/8/2022
1.0.173 583 9/8/2022
1.0.172 572 9/4/2022
1.0.171 570 9/4/2022
1.0.170 5,232 8/24/2022
1.0.169 654 8/8/2022
1.0.168 569 8/8/2022
1.0.167 1,199 7/31/2022
1.0.166 584 7/31/2022
1.0.165 586 7/26/2022
1.0.164 565 7/26/2022
1.0.163 3,114 7/21/2022
1.0.162 622 7/19/2022
1.0.161 3,060 7/18/2022
1.0.160 625 7/13/2022
1.0.159 603 7/8/2022
1.0.158 614 6/30/2022
1.0.157 638 6/20/2022
1.0.156 593 6/18/2022
1.0.155 622 6/6/2022
1.0.154 672 5/27/2022
1.0.153 5,080 4/30/2022
1.0.152 618 4/20/2022
1.0.151 654 4/10/2022
1.0.150 620 4/7/2022
1.0.149 598 4/7/2022
1.0.148 640 4/2/2022
1.0.147 614 3/29/2022
1.0.146 592 3/27/2022
1.0.145 614 3/27/2022
1.0.144 3,819 3/24/2022
1.0.143 2,573 2/20/2022
1.0.142 574 2/20/2022
1.0.141 581 2/20/2022
1.0.140 609 2/20/2022
1.0.139 621 2/20/2022
1.0.138 590 2/20/2022
1.0.137 589 2/20/2022
1.0.136 613 2/20/2022
1.0.135 601 2/20/2022
1.0.134 613 2/19/2022
1.0.133 4,445 2/10/2022
1.0.132 712 1/27/2022
1.0.131 635 1/27/2022
1.0.130 3,465 1/24/2022
1.0.129 581 1/24/2022
1.0.128 625 1/23/2022
1.0.127 6,802 12/29/2021
1.0.126 470 12/27/2021
1.0.125 423 12/27/2021
1.0.124 437 12/27/2021
1.0.123 1,654 12/20/2021
1.0.122 482 12/17/2021
1.0.121 478 12/16/2021
1.0.120 459 12/15/2021
1.0.119 445 12/14/2021
1.0.118 452 12/14/2021
1.0.117 441 12/13/2021
1.0.116 581 12/12/2021
1.0.115 1,527 12/10/2021
1.0.114 475 12/7/2021
1.0.113 479 12/7/2021
1.0.112 1,867 12/6/2021
1.0.111 465 12/6/2021
1.0.110 484 12/5/2021
1.0.109 1,164 12/3/2021
1.0.108 974 12/3/2021
1.0.107 497 12/2/2021
1.0.106 2,375 11/29/2021
1.0.105 5,188 11/23/2021
1.0.104 467 11/23/2021
1.0.103 1,524 11/22/2021
1.0.102 556 11/17/2021
1.0.101 505 11/14/2021
1.0.100 1,647 11/13/2021
1.0.99 518 11/11/2021
1.0.98 498 11/11/2021
1.0.97 502 11/10/2021
1.0.96 503 11/9/2021
1.0.95 2,508 11/6/2021
1.0.94 527 11/6/2021
1.0.93 2,041 11/5/2021
1.0.92 556 11/5/2021
1.0.91 521 11/4/2021
1.0.90 515 11/4/2021
1.0.89 544 11/3/2021
1.0.88 603 10/30/2021
1.0.87 1,928 10/21/2021
1.0.86 578 10/17/2021
1.0.85 613 10/17/2021
1.0.84 2,920 10/14/2021
1.0.83 516 10/13/2021
1.0.82 532 10/13/2021
1.0.81 514 10/12/2021
1.0.80 2,044 10/11/2021
1.0.79 502 10/9/2021
1.0.78 1,839 10/7/2021
1.0.77 2,039 10/7/2021
1.0.76 495 10/7/2021
1.0.75 527 10/6/2021
1.0.74 582 9/28/2021
1.0.73 2,275 9/23/2021
1.0.72 624 9/11/2021
1.0.71 527 9/10/2021
1.0.70 591 9/9/2021
1.0.69 512 9/8/2021
1.0.68 565 9/8/2021
1.0.67 2,037 9/6/2021
1.0.66 635 8/31/2021
1.0.65 508 8/30/2021
1.0.64 2,508 7/31/2021
1.0.63 2,893 7/30/2021
1.0.62 612 7/26/2021
1.0.61 4,297 7/5/2021
1.0.60 573 7/1/2021
1.0.59 3,699 6/4/2021
1.0.58 4,906 4/26/2021
1.0.57 2,068 4/19/2021
1.0.56 5,504 4/8/2021
1.0.55 1,696 4/7/2021
1.0.54 547 4/7/2021
1.0.53 1,794 4/3/2021
1.0.52 7,725 3/22/2021
1.0.51 5,579 3/4/2021
1.0.50 2,051 2/26/2021
1.0.49 8,044 2/2/2021
1.0.48 3,122 1/26/2021
1.0.47 2,866 1/24/2021
1.0.46 575 1/24/2021
1.0.45 652 1/23/2021
1.0.44 3,776 1/20/2021
1.0.43 644 1/20/2021
1.0.42 1,986 1/18/2021
1.0.41 566 1/18/2021
1.0.40 1,946 1/16/2021
1.0.39 6,120 12/17/2020
1.0.38 621 12/16/2020
1.0.37 3,077 12/14/2020
1.0.36 2,027 12/9/2020
1.0.35 592 12/9/2020
1.0.34 601 12/7/2020
1.0.33 712 12/6/2020
1.0.32 659 12/2/2020
1.0.31 634 12/2/2020
1.0.30 2,105 12/1/2020
1.0.29 7,104 11/12/2020
1.0.29-atestpub 497 11/11/2020
1.0.28 3,217 10/11/2020
1.0.27 8,343 9/9/2020
1.0.26 2,490 9/3/2020
1.0.25 2,549 8/20/2020
1.0.24 5,954 8/9/2020
1.0.23 2,583 7/28/2020
1.0.22 2,502 7/19/2020
1.0.21 4,281 7/6/2020
1.0.20 6,432 6/6/2020
1.0.19 2,492 6/4/2020
1.0.18 4,229 5/29/2020
1.0.17 4,248 5/21/2020
1.0.16 698 5/17/2020
1.0.15 4,322 5/12/2020
1.0.14 7,895 5/4/2020
1.0.13 717 4/24/2020
1.0.12 712 4/22/2020
1.0.11 671 4/22/2020
1.0.10 702 4/21/2020
1.0.9 3,128 4/18/2020
1.0.8 2,459 4/16/2020
1.0.7 713 4/16/2020
1.0.6 2,156 4/15/2020
1.0.5 2,524 4/11/2020
1.0.4 2,429 4/3/2020
1.0.3 698 4/1/2020
1.0.2 2,368 3/27/2020
1.0.1 2,497 3/22/2020
1.0.0 813 3/22/2020