Ecng.Net.SocketIO 1.0.419

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.419
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.419
                    
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.419" />
                    
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.419" />
                    
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.419
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.419"
                    
#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.419
                    
#: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.419
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.419
                    
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.420 48 7/14/2025
1.0.419 62 7/13/2025
1.0.418 38 7/13/2025
1.0.417 54 7/12/2025
1.0.416 285 7/8/2025
1.0.415 166 7/4/2025
1.0.414 162 7/2/2025
1.0.413 303 6/24/2025
1.0.412 798 6/16/2025
1.0.411 300 6/9/2025
1.0.410 205 6/8/2025
1.0.409 456 5/21/2025
1.0.408 159 5/21/2025
1.0.407 151 5/17/2025
1.0.406 490 5/12/2025
1.0.405 232 5/12/2025
1.0.404 206 5/12/2025
1.0.403 147 5/11/2025
1.0.402 144 5/11/2025
1.0.401 87 5/10/2025
1.0.400 76 5/10/2025
1.0.399 175 5/6/2025
1.0.398 102 5/3/2025
1.0.397 271 4/17/2025
1.0.396 222 4/15/2025
1.0.395 127 4/12/2025
1.0.394 197 4/9/2025
1.0.393 152 4/6/2025
1.0.392 112 4/5/2025
1.0.391 871 3/22/2025
1.0.390 172 3/20/2025
1.0.389 167 3/20/2025
1.0.388 168 3/19/2025
1.0.387 687 2/26/2025
1.0.386 142 2/26/2025
1.0.385 600 2/8/2025
1.0.384 143 2/8/2025
1.0.383 126 2/8/2025
1.0.382 119 2/6/2025
1.0.381 113 2/6/2025
1.0.380 124 2/6/2025
1.0.379 129 2/6/2025
1.0.378 124 2/6/2025
1.0.377 136 2/5/2025
1.0.376 118 2/5/2025
1.0.375 135 2/5/2025
1.0.374 151 2/3/2025
1.0.373 136 2/2/2025
1.0.372 149 2/1/2025
1.0.371 136 1/31/2025
1.0.370 137 1/30/2025
1.0.369 141 1/26/2025
1.0.368 157 1/21/2025
1.0.367 135 1/20/2025
1.0.366 108 1/20/2025
1.0.365 124 1/19/2025
1.0.364 113 1/19/2025
1.0.363 142 1/15/2025
1.0.362 110 1/15/2025
1.0.361 94 1/14/2025
1.0.360 110 1/12/2025
1.0.359 89 1/12/2025
1.0.358 95 1/12/2025
1.0.357 91 1/12/2025
1.0.356 114 1/10/2025
1.0.355 884 12/30/2024
1.0.354 150 12/27/2024
1.0.353 176 12/19/2024
1.0.352 606 11/20/2024
1.0.351 147 11/19/2024
1.0.350 127 11/19/2024
1.0.349 627 11/18/2024
1.0.348 307 11/15/2024
1.0.347 128 11/14/2024
1.0.346 131 11/14/2024
1.0.345 132 11/14/2024
1.0.344 125 11/14/2024
1.0.343 121 11/14/2024
1.0.342 177 11/7/2024
1.0.341 178 10/31/2024
1.0.340 224 10/20/2024
1.0.339 150 10/20/2024
1.0.338 162 10/20/2024
1.0.337 167 10/19/2024
1.0.336 169 10/19/2024
1.0.335 168 10/19/2024
1.0.334 166 10/19/2024
1.0.333 170 10/19/2024
1.0.332 166 10/19/2024
1.0.331 172 10/19/2024
1.0.330 199 10/18/2024
1.0.329 173 10/17/2024
1.0.328 128 10/17/2024
1.0.327 141 10/17/2024
1.0.326 657 10/14/2024
1.0.325 132 10/13/2024
1.0.324 126 10/13/2024
1.0.323 141 10/12/2024
1.0.322 297 10/9/2024
1.0.321 140 10/9/2024
1.0.320 289 10/5/2024
1.0.319 578 9/18/2024
1.0.318 146 9/18/2024
1.0.317 161 9/18/2024
1.0.316 156 9/17/2024
1.0.315 540 9/3/2024
1.0.314 180 9/1/2024
1.0.313 767 8/9/2024
1.0.312 153 8/9/2024
1.0.311 166 8/8/2024
1.0.310 491 7/25/2024
1.0.309 155 7/23/2024
1.0.308 179 7/17/2024
1.0.307 431 7/4/2024
1.0.306 488 6/12/2024
1.0.305 150 6/12/2024
1.0.304 154 6/12/2024
1.0.303 331 5/28/2024
1.0.302 478 5/4/2024
1.0.301 296 4/23/2024
1.0.300 160 4/21/2024
1.0.299 189 4/14/2024
1.0.298 428 3/28/2024
1.0.297 225 3/17/2024
1.0.296 419 3/9/2024
1.0.295 256 2/23/2024
1.0.294 177 2/23/2024
1.0.293 367 2/18/2024
1.0.292 179 2/18/2024
1.0.291 160 2/17/2024
1.0.290 163 2/16/2024
1.0.289 282 2/14/2024
1.0.288 177 2/13/2024
1.0.287 247 2/8/2024
1.0.286 229 2/5/2024
1.0.285 158 2/4/2024
1.0.284 315 1/23/2024
1.0.283 150 1/23/2024
1.0.282 226 1/12/2024
1.0.281 574 1/2/2024
1.0.280 196 12/29/2023
1.0.279 259 12/17/2023
1.0.278 415 12/15/2023
1.0.277 179 12/15/2023
1.0.276 159 12/15/2023
1.0.275 190 12/13/2023
1.0.274 179 12/13/2023
1.0.273 191 12/10/2023
1.0.272 591 11/18/2023
1.0.271 160 11/18/2023
1.0.270 189 11/18/2023
1.0.269 166 11/17/2023
1.0.268 169 11/12/2023
1.0.267 153 11/12/2023
1.0.266 173 11/10/2023
1.0.265 129 11/10/2023
1.0.264 175 11/9/2023
1.0.263 139 11/9/2023
1.0.262 158 11/9/2023
1.0.261 192 11/3/2023
1.0.260 155 11/1/2023
1.0.259 148 11/1/2023
1.0.258 1,374 9/8/2023
1.0.257 186 9/8/2023
1.0.256 211 9/3/2023
1.0.255 278 8/27/2023
1.0.254 195 8/24/2023
1.0.253 190 8/21/2023
1.0.252 239 8/15/2023
1.0.251 210 8/14/2023
1.0.250 193 8/14/2023
1.0.249 213 8/10/2023
1.0.248 929 7/29/2023
1.0.247 979 7/1/2023
1.0.246 221 6/29/2023
1.0.245 676 5/27/2023
1.0.244 256 5/21/2023
1.0.243 200 5/19/2023
1.0.242 980 5/8/2023
1.0.241 267 5/7/2023
1.0.240 241 5/7/2023
1.0.239 225 5/7/2023
1.0.238 277 5/1/2023
1.0.237 337 4/22/2023
1.0.236 277 4/21/2023
1.0.235 241 4/21/2023
1.0.234 1,108 4/13/2023
1.0.233 988 4/3/2023
1.0.232 393 3/27/2023
1.0.231 355 3/21/2023
1.0.230 339 3/17/2023
1.0.229 363 3/13/2023
1.0.228 1,077 3/6/2023
1.0.227 404 2/26/2023
1.0.226 809 2/21/2023
1.0.225 362 2/20/2023
1.0.224 378 2/16/2023
1.0.223 356 2/15/2023
1.0.222 336 2/14/2023
1.0.221 329 2/14/2023
1.0.220 1,217 2/9/2023
1.0.219 716 2/7/2023
1.0.218 384 2/4/2023
1.0.217 371 2/4/2023
1.0.216 381 2/3/2023
1.0.215 368 2/3/2023
1.0.214 361 2/3/2023
1.0.213 751 2/2/2023
1.0.212 721 1/30/2023
1.0.211 356 1/30/2023
1.0.210 420 1/25/2023
1.0.209 404 1/23/2023
1.0.208 351 1/23/2023
1.0.207 402 1/18/2023
1.0.206 400 1/15/2023
1.0.205 411 1/6/2023
1.0.204 1,301 1/1/2023
1.0.203 376 12/31/2022
1.0.202 850 12/30/2022
1.0.201 400 12/29/2022
1.0.200 410 12/23/2022
1.0.199 1,298 12/12/2022
1.0.198 961 12/8/2022
1.0.197 410 12/4/2022
1.0.196 388 12/4/2022
1.0.195 414 12/2/2022
1.0.194 408 11/30/2022
1.0.193 392 11/29/2022
1.0.192 381 11/28/2022
1.0.191 419 11/26/2022
1.0.190 413 11/26/2022
1.0.189 416 11/25/2022
1.0.188 407 11/25/2022
1.0.187 435 11/18/2022
1.0.186 1,484 11/11/2022
1.0.185 442 11/11/2022
1.0.184 417 11/10/2022
1.0.183 469 11/5/2022
1.0.182 446 11/4/2022
1.0.181 426 11/2/2022
1.0.180 416 11/2/2022
1.0.179 1,315 11/1/2022
1.0.178 1,539 10/16/2022
1.0.177 629 9/25/2022
1.0.176 571 9/10/2022
1.0.175 2,831 9/8/2022
1.0.174 545 9/8/2022
1.0.173 546 9/8/2022
1.0.172 535 9/4/2022
1.0.171 530 9/4/2022
1.0.170 5,196 8/24/2022
1.0.169 612 8/8/2022
1.0.168 536 8/8/2022
1.0.167 1,160 7/31/2022
1.0.166 549 7/31/2022
1.0.165 543 7/26/2022
1.0.164 531 7/26/2022
1.0.163 3,081 7/21/2022
1.0.162 587 7/19/2022
1.0.161 3,024 7/18/2022
1.0.160 586 7/13/2022
1.0.159 563 7/8/2022
1.0.158 577 6/30/2022
1.0.157 600 6/20/2022
1.0.156 554 6/18/2022
1.0.155 587 6/6/2022
1.0.154 637 5/27/2022
1.0.153 5,051 4/30/2022
1.0.152 580 4/20/2022
1.0.151 616 4/10/2022
1.0.150 585 4/7/2022
1.0.149 562 4/7/2022
1.0.148 602 4/2/2022
1.0.147 578 3/29/2022
1.0.146 556 3/27/2022
1.0.145 578 3/27/2022
1.0.144 3,781 3/24/2022
1.0.143 2,538 2/20/2022
1.0.142 535 2/20/2022
1.0.141 545 2/20/2022
1.0.140 568 2/20/2022
1.0.139 586 2/20/2022
1.0.138 554 2/20/2022
1.0.137 550 2/20/2022
1.0.136 576 2/20/2022
1.0.135 559 2/20/2022
1.0.134 574 2/19/2022
1.0.133 4,413 2/10/2022
1.0.132 673 1/27/2022
1.0.131 602 1/27/2022
1.0.130 3,430 1/24/2022
1.0.129 542 1/24/2022
1.0.128 586 1/23/2022
1.0.127 6,771 12/29/2021
1.0.126 435 12/27/2021
1.0.125 391 12/27/2021
1.0.124 402 12/27/2021
1.0.123 1,611 12/20/2021
1.0.122 449 12/17/2021
1.0.121 442 12/16/2021
1.0.120 421 12/15/2021
1.0.119 411 12/14/2021
1.0.118 417 12/14/2021
1.0.117 407 12/13/2021
1.0.116 543 12/12/2021
1.0.115 1,490 12/10/2021
1.0.114 440 12/7/2021
1.0.113 446 12/7/2021
1.0.112 1,829 12/6/2021
1.0.111 426 12/6/2021
1.0.110 446 12/5/2021
1.0.109 1,126 12/3/2021
1.0.108 932 12/3/2021
1.0.107 458 12/2/2021
1.0.106 2,333 11/29/2021
1.0.105 5,152 11/23/2021
1.0.104 429 11/23/2021
1.0.103 1,491 11/22/2021
1.0.102 517 11/17/2021
1.0.101 466 11/14/2021
1.0.100 1,611 11/13/2021
1.0.99 477 11/11/2021
1.0.98 463 11/11/2021
1.0.97 461 11/10/2021
1.0.96 470 11/9/2021
1.0.95 2,470 11/6/2021
1.0.94 490 11/6/2021
1.0.93 2,006 11/5/2021
1.0.92 516 11/5/2021
1.0.91 482 11/4/2021
1.0.90 484 11/4/2021
1.0.89 507 11/3/2021
1.0.88 561 10/30/2021
1.0.87 1,896 10/21/2021
1.0.86 542 10/17/2021
1.0.85 579 10/17/2021
1.0.84 2,887 10/14/2021
1.0.83 478 10/13/2021
1.0.82 496 10/13/2021
1.0.81 474 10/12/2021
1.0.80 1,990 10/11/2021
1.0.79 463 10/9/2021
1.0.78 1,800 10/7/2021
1.0.77 2,002 10/7/2021
1.0.76 458 10/7/2021
1.0.75 489 10/6/2021
1.0.74 542 9/28/2021
1.0.73 2,243 9/23/2021
1.0.72 587 9/11/2021
1.0.71 487 9/10/2021
1.0.70 556 9/9/2021
1.0.69 473 9/8/2021
1.0.68 530 9/8/2021
1.0.67 2,001 9/6/2021
1.0.66 602 8/31/2021
1.0.65 467 8/30/2021
1.0.64 2,472 7/31/2021
1.0.63 2,853 7/30/2021
1.0.62 575 7/26/2021
1.0.61 4,259 7/5/2021
1.0.60 537 7/1/2021
1.0.59 3,657 6/4/2021
1.0.58 4,865 4/26/2021
1.0.57 2,027 4/19/2021
1.0.56 5,464 4/8/2021
1.0.55 1,655 4/7/2021
1.0.54 501 4/7/2021
1.0.53 1,751 4/3/2021
1.0.52 7,682 3/22/2021
1.0.51 5,541 3/4/2021
1.0.50 2,009 2/26/2021
1.0.49 7,998 2/2/2021
1.0.48 3,084 1/26/2021
1.0.47 2,816 1/24/2021
1.0.46 533 1/24/2021
1.0.45 613 1/23/2021
1.0.44 3,732 1/20/2021
1.0.43 599 1/20/2021
1.0.42 1,943 1/18/2021
1.0.41 519 1/18/2021
1.0.40 1,903 1/16/2021
1.0.39 6,080 12/17/2020
1.0.38 583 12/16/2020
1.0.37 3,036 12/14/2020
1.0.36 1,989 12/9/2020
1.0.35 550 12/9/2020
1.0.34 561 12/7/2020
1.0.33 670 12/6/2020
1.0.32 614 12/2/2020
1.0.31 586 12/2/2020
1.0.30 2,066 12/1/2020
1.0.29 7,062 11/12/2020
1.0.29-atestpub 454 11/11/2020
1.0.28 3,169 10/11/2020
1.0.27 8,302 9/9/2020
1.0.26 2,450 9/3/2020
1.0.25 2,506 8/20/2020
1.0.24 5,907 8/9/2020
1.0.23 2,541 7/28/2020
1.0.22 2,463 7/19/2020
1.0.21 4,240 7/6/2020
1.0.20 6,390 6/6/2020
1.0.19 2,453 6/4/2020
1.0.18 4,178 5/29/2020
1.0.17 4,208 5/21/2020
1.0.16 655 5/17/2020
1.0.15 4,278 5/12/2020
1.0.14 7,853 5/4/2020
1.0.13 670 4/24/2020
1.0.12 668 4/22/2020
1.0.11 629 4/22/2020
1.0.10 662 4/21/2020
1.0.9 3,091 4/18/2020
1.0.8 2,415 4/16/2020
1.0.7 667 4/16/2020
1.0.6 2,115 4/15/2020
1.0.5 2,476 4/11/2020
1.0.4 2,387 4/3/2020
1.0.3 658 4/1/2020
1.0.2 2,327 3/27/2020
1.0.1 2,448 3/22/2020
1.0.0 767 3/22/2020