Ecng.Net.SocketIO 1.0.420

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.420
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.420
                    
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.420" />
                    
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.420" />
                    
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.420
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.420"
                    
#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.420
                    
#: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.420
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.420
                    
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.421 173 7/16/2025
1.0.420 179 7/14/2025
1.0.419 163 7/13/2025
1.0.418 139 7/13/2025
1.0.417 119 7/12/2025
1.0.416 392 7/8/2025
1.0.415 173 7/4/2025
1.0.414 167 7/2/2025
1.0.413 309 6/24/2025
1.0.412 805 6/16/2025
1.0.411 305 6/9/2025
1.0.410 211 6/8/2025
1.0.409 462 5/21/2025
1.0.408 165 5/21/2025
1.0.407 156 5/17/2025
1.0.406 495 5/12/2025
1.0.405 239 5/12/2025
1.0.404 212 5/12/2025
1.0.403 155 5/11/2025
1.0.402 151 5/11/2025
1.0.401 93 5/10/2025
1.0.400 81 5/10/2025
1.0.399 180 5/6/2025
1.0.398 108 5/3/2025
1.0.397 276 4/17/2025
1.0.396 228 4/15/2025
1.0.395 133 4/12/2025
1.0.394 203 4/9/2025
1.0.393 158 4/6/2025
1.0.392 118 4/5/2025
1.0.391 877 3/22/2025
1.0.390 178 3/20/2025
1.0.389 173 3/20/2025
1.0.388 173 3/19/2025
1.0.387 691 2/26/2025
1.0.386 146 2/26/2025
1.0.385 604 2/8/2025
1.0.384 148 2/8/2025
1.0.383 130 2/8/2025
1.0.382 123 2/6/2025
1.0.381 117 2/6/2025
1.0.380 128 2/6/2025
1.0.379 135 2/6/2025
1.0.378 128 2/6/2025
1.0.377 140 2/5/2025
1.0.376 122 2/5/2025
1.0.375 139 2/5/2025
1.0.374 156 2/3/2025
1.0.373 141 2/2/2025
1.0.372 154 2/1/2025
1.0.371 141 1/31/2025
1.0.370 142 1/30/2025
1.0.369 145 1/26/2025
1.0.368 163 1/21/2025
1.0.367 140 1/20/2025
1.0.366 113 1/20/2025
1.0.365 128 1/19/2025
1.0.364 117 1/19/2025
1.0.363 147 1/15/2025
1.0.362 114 1/15/2025
1.0.361 102 1/14/2025
1.0.360 114 1/12/2025
1.0.359 95 1/12/2025
1.0.358 100 1/12/2025
1.0.357 96 1/12/2025
1.0.356 118 1/10/2025
1.0.355 890 12/30/2024
1.0.354 155 12/27/2024
1.0.353 180 12/19/2024
1.0.352 612 11/20/2024
1.0.351 152 11/19/2024
1.0.350 132 11/19/2024
1.0.349 633 11/18/2024
1.0.348 311 11/15/2024
1.0.347 132 11/14/2024
1.0.346 137 11/14/2024
1.0.345 137 11/14/2024
1.0.344 129 11/14/2024
1.0.343 125 11/14/2024
1.0.342 181 11/7/2024
1.0.341 182 10/31/2024
1.0.340 228 10/20/2024
1.0.339 154 10/20/2024
1.0.338 166 10/20/2024
1.0.337 172 10/19/2024
1.0.336 174 10/19/2024
1.0.335 173 10/19/2024
1.0.334 172 10/19/2024
1.0.333 175 10/19/2024
1.0.332 171 10/19/2024
1.0.331 176 10/19/2024
1.0.330 204 10/18/2024
1.0.329 178 10/17/2024
1.0.328 132 10/17/2024
1.0.327 146 10/17/2024
1.0.326 663 10/14/2024
1.0.325 137 10/13/2024
1.0.324 131 10/13/2024
1.0.323 145 10/12/2024
1.0.322 302 10/9/2024
1.0.321 145 10/9/2024
1.0.320 294 10/5/2024
1.0.319 582 9/18/2024
1.0.318 150 9/18/2024
1.0.317 165 9/18/2024
1.0.316 160 9/17/2024
1.0.315 548 9/3/2024
1.0.314 186 9/1/2024
1.0.313 772 8/9/2024
1.0.312 157 8/9/2024
1.0.311 170 8/8/2024
1.0.310 497 7/25/2024
1.0.309 159 7/23/2024
1.0.308 184 7/17/2024
1.0.307 435 7/4/2024
1.0.306 492 6/12/2024
1.0.305 155 6/12/2024
1.0.304 159 6/12/2024
1.0.303 335 5/28/2024
1.0.302 482 5/4/2024
1.0.301 300 4/23/2024
1.0.300 165 4/21/2024
1.0.299 193 4/14/2024
1.0.298 434 3/28/2024
1.0.297 230 3/17/2024
1.0.296 423 3/9/2024
1.0.295 260 2/23/2024
1.0.294 181 2/23/2024
1.0.293 371 2/18/2024
1.0.292 184 2/18/2024
1.0.291 164 2/17/2024
1.0.290 170 2/16/2024
1.0.289 286 2/14/2024
1.0.288 182 2/13/2024
1.0.287 251 2/8/2024
1.0.286 235 2/5/2024
1.0.285 162 2/4/2024
1.0.284 320 1/23/2024
1.0.283 154 1/23/2024
1.0.282 230 1/12/2024
1.0.281 579 1/2/2024
1.0.280 201 12/29/2023
1.0.279 264 12/17/2023
1.0.278 419 12/15/2023
1.0.277 184 12/15/2023
1.0.276 164 12/15/2023
1.0.275 195 12/13/2023
1.0.274 184 12/13/2023
1.0.273 195 12/10/2023
1.0.272 593 11/18/2023
1.0.271 162 11/18/2023
1.0.270 192 11/18/2023
1.0.269 168 11/17/2023
1.0.268 171 11/12/2023
1.0.267 156 11/12/2023
1.0.266 175 11/10/2023
1.0.265 133 11/10/2023
1.0.264 178 11/9/2023
1.0.263 141 11/9/2023
1.0.262 161 11/9/2023
1.0.261 195 11/3/2023
1.0.260 157 11/1/2023
1.0.259 150 11/1/2023
1.0.258 1,378 9/8/2023
1.0.257 190 9/8/2023
1.0.256 215 9/3/2023
1.0.255 282 8/27/2023
1.0.254 200 8/24/2023
1.0.253 194 8/21/2023
1.0.252 245 8/15/2023
1.0.251 214 8/14/2023
1.0.250 198 8/14/2023
1.0.249 218 8/10/2023
1.0.248 932 7/29/2023
1.0.247 984 7/1/2023
1.0.246 224 6/29/2023
1.0.245 679 5/27/2023
1.0.244 259 5/21/2023
1.0.243 204 5/19/2023
1.0.242 983 5/8/2023
1.0.241 270 5/7/2023
1.0.240 244 5/7/2023
1.0.239 228 5/7/2023
1.0.238 280 5/1/2023
1.0.237 340 4/22/2023
1.0.236 281 4/21/2023
1.0.235 245 4/21/2023
1.0.234 1,111 4/13/2023
1.0.233 992 4/3/2023
1.0.232 397 3/27/2023
1.0.231 358 3/21/2023
1.0.230 342 3/17/2023
1.0.229 366 3/13/2023
1.0.228 1,080 3/6/2023
1.0.227 407 2/26/2023
1.0.226 813 2/21/2023
1.0.225 365 2/20/2023
1.0.224 382 2/16/2023
1.0.223 360 2/15/2023
1.0.222 339 2/14/2023
1.0.221 334 2/14/2023
1.0.220 1,221 2/9/2023
1.0.219 721 2/7/2023
1.0.218 389 2/4/2023
1.0.217 374 2/4/2023
1.0.216 385 2/3/2023
1.0.215 370 2/3/2023
1.0.214 363 2/3/2023
1.0.213 755 2/2/2023
1.0.212 724 1/30/2023
1.0.211 363 1/30/2023
1.0.210 424 1/25/2023
1.0.209 407 1/23/2023
1.0.208 355 1/23/2023
1.0.207 405 1/18/2023
1.0.206 404 1/15/2023
1.0.205 414 1/6/2023
1.0.204 1,305 1/1/2023
1.0.203 381 12/31/2022
1.0.202 854 12/30/2022
1.0.201 404 12/29/2022
1.0.200 414 12/23/2022
1.0.199 1,301 12/12/2022
1.0.198 965 12/8/2022
1.0.197 414 12/4/2022
1.0.196 393 12/4/2022
1.0.195 417 12/2/2022
1.0.194 413 11/30/2022
1.0.193 396 11/29/2022
1.0.192 385 11/28/2022
1.0.191 422 11/26/2022
1.0.190 416 11/26/2022
1.0.189 420 11/25/2022
1.0.188 410 11/25/2022
1.0.187 438 11/18/2022
1.0.186 1,487 11/11/2022
1.0.185 447 11/11/2022
1.0.184 420 11/10/2022
1.0.183 472 11/5/2022
1.0.182 449 11/4/2022
1.0.181 431 11/2/2022
1.0.180 420 11/2/2022
1.0.179 1,318 11/1/2022
1.0.178 1,543 10/16/2022
1.0.177 632 9/25/2022
1.0.176 574 9/10/2022
1.0.175 2,834 9/8/2022
1.0.174 548 9/8/2022
1.0.173 551 9/8/2022
1.0.172 540 9/4/2022
1.0.171 533 9/4/2022
1.0.170 5,201 8/24/2022
1.0.169 616 8/8/2022
1.0.168 539 8/8/2022
1.0.167 1,166 7/31/2022
1.0.166 552 7/31/2022
1.0.165 548 7/26/2022
1.0.164 534 7/26/2022
1.0.163 3,084 7/21/2022
1.0.162 591 7/19/2022
1.0.161 3,027 7/18/2022
1.0.160 590 7/13/2022
1.0.159 568 7/8/2022
1.0.158 580 6/30/2022
1.0.157 605 6/20/2022
1.0.156 559 6/18/2022
1.0.155 592 6/6/2022
1.0.154 642 5/27/2022
1.0.153 5,054 4/30/2022
1.0.152 583 4/20/2022
1.0.151 619 4/10/2022
1.0.150 590 4/7/2022
1.0.149 566 4/7/2022
1.0.148 606 4/2/2022
1.0.147 582 3/29/2022
1.0.146 559 3/27/2022
1.0.145 582 3/27/2022
1.0.144 3,784 3/24/2022
1.0.143 2,541 2/20/2022
1.0.142 538 2/20/2022
1.0.141 549 2/20/2022
1.0.140 572 2/20/2022
1.0.139 590 2/20/2022
1.0.138 557 2/20/2022
1.0.137 553 2/20/2022
1.0.136 580 2/20/2022
1.0.135 564 2/20/2022
1.0.134 577 2/19/2022
1.0.133 4,417 2/10/2022
1.0.132 679 1/27/2022
1.0.131 606 1/27/2022
1.0.130 3,434 1/24/2022
1.0.129 547 1/24/2022
1.0.128 589 1/23/2022
1.0.127 6,774 12/29/2021
1.0.126 438 12/27/2021
1.0.125 394 12/27/2021
1.0.124 406 12/27/2021
1.0.123 1,615 12/20/2021
1.0.122 452 12/17/2021
1.0.121 446 12/16/2021
1.0.120 424 12/15/2021
1.0.119 414 12/14/2021
1.0.118 420 12/14/2021
1.0.117 410 12/13/2021
1.0.116 547 12/12/2021
1.0.115 1,494 12/10/2021
1.0.114 445 12/7/2021
1.0.113 449 12/7/2021
1.0.112 1,834 12/6/2021
1.0.111 430 12/6/2021
1.0.110 450 12/5/2021
1.0.109 1,130 12/3/2021
1.0.108 938 12/3/2021
1.0.107 462 12/2/2021
1.0.106 2,336 11/29/2021
1.0.105 5,157 11/23/2021
1.0.104 433 11/23/2021
1.0.103 1,494 11/22/2021
1.0.102 520 11/17/2021
1.0.101 470 11/14/2021
1.0.100 1,616 11/13/2021
1.0.99 481 11/11/2021
1.0.98 466 11/11/2021
1.0.97 465 11/10/2021
1.0.96 473 11/9/2021
1.0.95 2,474 11/6/2021
1.0.94 495 11/6/2021
1.0.93 2,010 11/5/2021
1.0.92 521 11/5/2021
1.0.91 486 11/4/2021
1.0.90 487 11/4/2021
1.0.89 512 11/3/2021
1.0.88 565 10/30/2021
1.0.87 1,899 10/21/2021
1.0.86 545 10/17/2021
1.0.85 582 10/17/2021
1.0.84 2,890 10/14/2021
1.0.83 481 10/13/2021
1.0.82 499 10/13/2021
1.0.81 478 10/12/2021
1.0.80 1,995 10/11/2021
1.0.79 467 10/9/2021
1.0.78 1,804 10/7/2021
1.0.77 2,005 10/7/2021
1.0.76 461 10/7/2021
1.0.75 492 10/6/2021
1.0.74 545 9/28/2021
1.0.73 2,246 9/23/2021
1.0.72 590 9/11/2021
1.0.71 490 9/10/2021
1.0.70 560 9/9/2021
1.0.69 478 9/8/2021
1.0.68 533 9/8/2021
1.0.67 2,004 9/6/2021
1.0.66 605 8/31/2021
1.0.65 471 8/30/2021
1.0.64 2,475 7/31/2021
1.0.63 2,856 7/30/2021
1.0.62 578 7/26/2021
1.0.61 4,263 7/5/2021
1.0.60 540 7/1/2021
1.0.59 3,663 6/4/2021
1.0.58 4,869 4/26/2021
1.0.57 2,030 4/19/2021
1.0.56 5,469 4/8/2021
1.0.55 1,659 4/7/2021
1.0.54 505 4/7/2021
1.0.53 1,755 4/3/2021
1.0.52 7,686 3/22/2021
1.0.51 5,545 3/4/2021
1.0.50 2,013 2/26/2021
1.0.49 8,001 2/2/2021
1.0.48 3,087 1/26/2021
1.0.47 2,820 1/24/2021
1.0.46 537 1/24/2021
1.0.45 616 1/23/2021
1.0.44 3,735 1/20/2021
1.0.43 603 1/20/2021
1.0.42 1,946 1/18/2021
1.0.41 524 1/18/2021
1.0.40 1,906 1/16/2021
1.0.39 6,083 12/17/2020
1.0.38 586 12/16/2020
1.0.37 3,039 12/14/2020
1.0.36 1,992 12/9/2020
1.0.35 553 12/9/2020
1.0.34 564 12/7/2020
1.0.33 675 12/6/2020
1.0.32 617 12/2/2020
1.0.31 589 12/2/2020
1.0.30 2,069 12/1/2020
1.0.29 7,065 11/12/2020
1.0.29-atestpub 458 11/11/2020
1.0.28 3,172 10/11/2020
1.0.27 8,305 9/9/2020
1.0.26 2,453 9/3/2020
1.0.25 2,511 8/20/2020
1.0.24 5,910 8/9/2020
1.0.23 2,544 7/28/2020
1.0.22 2,466 7/19/2020
1.0.21 4,243 7/6/2020
1.0.20 6,395 6/6/2020
1.0.19 2,457 6/4/2020
1.0.18 4,183 5/29/2020
1.0.17 4,211 5/21/2020
1.0.16 659 5/17/2020
1.0.15 4,282 5/12/2020
1.0.14 7,857 5/4/2020
1.0.13 673 4/24/2020
1.0.12 672 4/22/2020
1.0.11 632 4/22/2020
1.0.10 665 4/21/2020
1.0.9 3,094 4/18/2020
1.0.8 2,419 4/16/2020
1.0.7 673 4/16/2020
1.0.6 2,119 4/15/2020
1.0.5 2,479 4/11/2020
1.0.4 2,392 4/3/2020
1.0.3 662 4/1/2020
1.0.2 2,332 3/27/2020
1.0.1 2,453 3/22/2020
1.0.0 772 3/22/2020