Ecng.Net.SocketIO 1.0.425

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.425
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.425
                    
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.425" />
                    
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.425" />
                    
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.425
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.425"
                    
#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.425
                    
#: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.425
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.425
                    
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.426 9 8/20/2025
1.0.425 8 8/20/2025
1.0.424 9 8/19/2025
1.0.423 63 8/15/2025
1.0.422 94 8/10/2025
1.0.421 313 7/16/2025
1.0.420 185 7/14/2025
1.0.419 167 7/13/2025
1.0.418 143 7/13/2025
1.0.417 123 7/12/2025
1.0.416 398 7/8/2025
1.0.415 176 7/4/2025
1.0.414 171 7/2/2025
1.0.413 313 6/24/2025
1.0.412 810 6/16/2025
1.0.411 312 6/9/2025
1.0.410 216 6/8/2025
1.0.409 468 5/21/2025
1.0.408 170 5/21/2025
1.0.407 161 5/17/2025
1.0.406 499 5/12/2025
1.0.405 249 5/12/2025
1.0.404 216 5/12/2025
1.0.403 158 5/11/2025
1.0.402 155 5/11/2025
1.0.401 98 5/10/2025
1.0.400 85 5/10/2025
1.0.399 187 5/6/2025
1.0.398 112 5/3/2025
1.0.397 282 4/17/2025
1.0.396 232 4/15/2025
1.0.395 139 4/12/2025
1.0.394 208 4/9/2025
1.0.393 164 4/6/2025
1.0.392 124 4/5/2025
1.0.391 881 3/22/2025
1.0.390 182 3/20/2025
1.0.389 180 3/20/2025
1.0.388 179 3/19/2025
1.0.387 695 2/26/2025
1.0.386 153 2/26/2025
1.0.385 607 2/8/2025
1.0.384 154 2/8/2025
1.0.383 135 2/8/2025
1.0.382 127 2/6/2025
1.0.381 122 2/6/2025
1.0.380 133 2/6/2025
1.0.379 141 2/6/2025
1.0.378 132 2/6/2025
1.0.377 144 2/5/2025
1.0.376 125 2/5/2025
1.0.375 143 2/5/2025
1.0.374 161 2/3/2025
1.0.373 145 2/2/2025
1.0.372 161 2/1/2025
1.0.371 145 1/31/2025
1.0.370 147 1/30/2025
1.0.369 148 1/26/2025
1.0.368 168 1/21/2025
1.0.367 146 1/20/2025
1.0.366 117 1/20/2025
1.0.365 132 1/19/2025
1.0.364 122 1/19/2025
1.0.363 153 1/15/2025
1.0.362 118 1/15/2025
1.0.361 107 1/14/2025
1.0.360 118 1/12/2025
1.0.359 99 1/12/2025
1.0.358 104 1/12/2025
1.0.357 99 1/12/2025
1.0.356 122 1/10/2025
1.0.355 896 12/30/2024
1.0.354 161 12/27/2024
1.0.353 184 12/19/2024
1.0.352 617 11/20/2024
1.0.351 155 11/19/2024
1.0.350 137 11/19/2024
1.0.349 638 11/18/2024
1.0.348 315 11/15/2024
1.0.347 135 11/14/2024
1.0.346 142 11/14/2024
1.0.345 143 11/14/2024
1.0.344 134 11/14/2024
1.0.343 129 11/14/2024
1.0.342 185 11/7/2024
1.0.341 186 10/31/2024
1.0.340 233 10/20/2024
1.0.339 161 10/20/2024
1.0.338 170 10/20/2024
1.0.337 177 10/19/2024
1.0.336 179 10/19/2024
1.0.335 178 10/19/2024
1.0.334 177 10/19/2024
1.0.333 179 10/19/2024
1.0.332 175 10/19/2024
1.0.331 181 10/19/2024
1.0.330 208 10/18/2024
1.0.329 182 10/17/2024
1.0.328 137 10/17/2024
1.0.327 152 10/17/2024
1.0.326 670 10/14/2024
1.0.325 141 10/13/2024
1.0.324 134 10/13/2024
1.0.323 151 10/12/2024
1.0.322 306 10/9/2024
1.0.321 150 10/9/2024
1.0.320 298 10/5/2024
1.0.319 587 9/18/2024
1.0.318 154 9/18/2024
1.0.317 170 9/18/2024
1.0.316 164 9/17/2024
1.0.315 553 9/3/2024
1.0.314 190 9/1/2024
1.0.313 777 8/9/2024
1.0.312 164 8/9/2024
1.0.311 175 8/8/2024
1.0.310 502 7/25/2024
1.0.309 164 7/23/2024
1.0.308 191 7/17/2024
1.0.307 438 7/4/2024
1.0.306 496 6/12/2024
1.0.305 162 6/12/2024
1.0.304 162 6/12/2024
1.0.303 340 5/28/2024
1.0.302 485 5/4/2024
1.0.301 306 4/23/2024
1.0.300 168 4/21/2024
1.0.299 196 4/14/2024
1.0.298 439 3/28/2024
1.0.297 235 3/17/2024
1.0.296 425 3/9/2024
1.0.295 262 2/23/2024
1.0.294 186 2/23/2024
1.0.293 376 2/18/2024
1.0.292 186 2/18/2024
1.0.291 166 2/17/2024
1.0.290 176 2/16/2024
1.0.289 291 2/14/2024
1.0.288 184 2/13/2024
1.0.287 254 2/8/2024
1.0.286 237 2/5/2024
1.0.285 166 2/4/2024
1.0.284 324 1/23/2024
1.0.283 158 1/23/2024
1.0.282 232 1/12/2024
1.0.281 583 1/2/2024
1.0.280 203 12/29/2023
1.0.279 268 12/17/2023
1.0.278 421 12/15/2023
1.0.277 188 12/15/2023
1.0.276 167 12/15/2023
1.0.275 200 12/13/2023
1.0.274 189 12/13/2023
1.0.273 199 12/10/2023
1.0.272 594 11/18/2023
1.0.271 164 11/18/2023
1.0.270 193 11/18/2023
1.0.269 170 11/17/2023
1.0.268 173 11/12/2023
1.0.267 158 11/12/2023
1.0.266 177 11/10/2023
1.0.265 135 11/10/2023
1.0.264 181 11/9/2023
1.0.263 144 11/9/2023
1.0.262 162 11/9/2023
1.0.261 199 11/3/2023
1.0.260 159 11/1/2023
1.0.259 154 11/1/2023
1.0.258 1,385 9/8/2023
1.0.257 197 9/8/2023
1.0.256 222 9/3/2023
1.0.255 290 8/27/2023
1.0.254 207 8/24/2023
1.0.253 200 8/21/2023
1.0.252 253 8/15/2023
1.0.251 221 8/14/2023
1.0.250 205 8/14/2023
1.0.249 225 8/10/2023
1.0.248 941 7/29/2023
1.0.247 993 7/1/2023
1.0.246 232 6/29/2023
1.0.245 703 5/27/2023
1.0.244 270 5/21/2023
1.0.243 214 5/19/2023
1.0.242 993 5/8/2023
1.0.241 279 5/7/2023
1.0.240 255 5/7/2023
1.0.239 238 5/7/2023
1.0.238 289 5/1/2023
1.0.237 349 4/22/2023
1.0.236 289 4/21/2023
1.0.235 257 4/21/2023
1.0.234 1,120 4/13/2023
1.0.233 1,002 4/3/2023
1.0.232 406 3/27/2023
1.0.231 366 3/21/2023
1.0.230 351 3/17/2023
1.0.229 375 3/13/2023
1.0.228 1,089 3/6/2023
1.0.227 417 2/26/2023
1.0.226 825 2/21/2023
1.0.225 374 2/20/2023
1.0.224 392 2/16/2023
1.0.223 371 2/15/2023
1.0.222 348 2/14/2023
1.0.221 344 2/14/2023
1.0.220 1,230 2/9/2023
1.0.219 731 2/7/2023
1.0.218 400 2/4/2023
1.0.217 385 2/4/2023
1.0.216 394 2/3/2023
1.0.215 380 2/3/2023
1.0.214 371 2/3/2023
1.0.213 765 2/2/2023
1.0.212 734 1/30/2023
1.0.211 372 1/30/2023
1.0.210 432 1/25/2023
1.0.209 416 1/23/2023
1.0.208 365 1/23/2023
1.0.207 413 1/18/2023
1.0.206 415 1/15/2023
1.0.205 425 1/6/2023
1.0.204 1,314 1/1/2023
1.0.203 390 12/31/2022
1.0.202 862 12/30/2022
1.0.201 417 12/29/2022
1.0.200 422 12/23/2022
1.0.199 1,310 12/12/2022
1.0.198 973 12/8/2022
1.0.197 423 12/4/2022
1.0.196 402 12/4/2022
1.0.195 426 12/2/2022
1.0.194 423 11/30/2022
1.0.193 406 11/29/2022
1.0.192 395 11/28/2022
1.0.191 431 11/26/2022
1.0.190 426 11/26/2022
1.0.189 430 11/25/2022
1.0.188 419 11/25/2022
1.0.187 446 11/18/2022
1.0.186 1,497 11/11/2022
1.0.185 456 11/11/2022
1.0.184 431 11/10/2022
1.0.183 481 11/5/2022
1.0.182 457 11/4/2022
1.0.181 441 11/2/2022
1.0.180 432 11/2/2022
1.0.179 1,329 11/1/2022
1.0.178 1,556 10/16/2022
1.0.177 641 9/25/2022
1.0.176 583 9/10/2022
1.0.175 2,843 9/8/2022
1.0.174 561 9/8/2022
1.0.173 561 9/8/2022
1.0.172 549 9/4/2022
1.0.171 546 9/4/2022
1.0.170 5,212 8/24/2022
1.0.169 629 8/8/2022
1.0.168 550 8/8/2022
1.0.167 1,176 7/31/2022
1.0.166 563 7/31/2022
1.0.165 559 7/26/2022
1.0.164 545 7/26/2022
1.0.163 3,096 7/21/2022
1.0.162 601 7/19/2022
1.0.161 3,039 7/18/2022
1.0.160 602 7/13/2022
1.0.159 579 7/8/2022
1.0.158 591 6/30/2022
1.0.157 616 6/20/2022
1.0.156 570 6/18/2022
1.0.155 603 6/6/2022
1.0.154 655 5/27/2022
1.0.153 5,064 4/30/2022
1.0.152 595 4/20/2022
1.0.151 631 4/10/2022
1.0.150 601 4/7/2022
1.0.149 576 4/7/2022
1.0.148 617 4/2/2022
1.0.147 593 3/29/2022
1.0.146 570 3/27/2022
1.0.145 593 3/27/2022
1.0.144 3,795 3/24/2022
1.0.143 2,553 2/20/2022
1.0.142 551 2/20/2022
1.0.141 561 2/20/2022
1.0.140 585 2/20/2022
1.0.139 601 2/20/2022
1.0.138 568 2/20/2022
1.0.137 566 2/20/2022
1.0.136 591 2/20/2022
1.0.135 575 2/20/2022
1.0.134 591 2/19/2022
1.0.133 4,427 2/10/2022
1.0.132 690 1/27/2022
1.0.131 616 1/27/2022
1.0.130 3,445 1/24/2022
1.0.129 558 1/24/2022
1.0.128 601 1/23/2022
1.0.127 6,784 12/29/2021
1.0.126 449 12/27/2021
1.0.125 404 12/27/2021
1.0.124 418 12/27/2021
1.0.123 1,628 12/20/2021
1.0.122 463 12/17/2021
1.0.121 457 12/16/2021
1.0.120 435 12/15/2021
1.0.119 426 12/14/2021
1.0.118 432 12/14/2021
1.0.117 423 12/13/2021
1.0.116 561 12/12/2021
1.0.115 1,506 12/10/2021
1.0.114 455 12/7/2021
1.0.113 460 12/7/2021
1.0.112 1,845 12/6/2021
1.0.111 443 12/6/2021
1.0.110 462 12/5/2021
1.0.109 1,142 12/3/2021
1.0.108 952 12/3/2021
1.0.107 474 12/2/2021
1.0.106 2,348 11/29/2021
1.0.105 5,167 11/23/2021
1.0.104 445 11/23/2021
1.0.103 1,505 11/22/2021
1.0.102 531 11/17/2021
1.0.101 482 11/14/2021
1.0.100 1,626 11/13/2021
1.0.99 494 11/11/2021
1.0.98 477 11/11/2021
1.0.97 475 11/10/2021
1.0.96 484 11/9/2021
1.0.95 2,484 11/6/2021
1.0.94 506 11/6/2021
1.0.93 2,022 11/5/2021
1.0.92 533 11/5/2021
1.0.91 498 11/4/2021
1.0.90 497 11/4/2021
1.0.89 522 11/3/2021
1.0.88 578 10/30/2021
1.0.87 1,910 10/21/2021
1.0.86 557 10/17/2021
1.0.85 594 10/17/2021
1.0.84 2,900 10/14/2021
1.0.83 493 10/13/2021
1.0.82 510 10/13/2021
1.0.81 492 10/12/2021
1.0.80 2,020 10/11/2021
1.0.79 479 10/9/2021
1.0.78 1,814 10/7/2021
1.0.77 2,017 10/7/2021
1.0.76 471 10/7/2021
1.0.75 504 10/6/2021
1.0.74 558 9/28/2021
1.0.73 2,256 9/23/2021
1.0.72 601 9/11/2021
1.0.71 501 9/10/2021
1.0.70 571 9/9/2021
1.0.69 490 9/8/2021
1.0.68 544 9/8/2021
1.0.67 2,015 9/6/2021
1.0.66 616 8/31/2021
1.0.65 484 8/30/2021
1.0.64 2,486 7/31/2021
1.0.63 2,867 7/30/2021
1.0.62 588 7/26/2021
1.0.61 4,274 7/5/2021
1.0.60 553 7/1/2021
1.0.59 3,673 6/4/2021
1.0.58 4,879 4/26/2021
1.0.57 2,041 4/19/2021
1.0.56 5,482 4/8/2021
1.0.55 1,672 4/7/2021
1.0.54 519 4/7/2021
1.0.53 1,766 4/3/2021
1.0.52 7,698 3/22/2021
1.0.51 5,557 3/4/2021
1.0.50 2,027 2/26/2021
1.0.49 8,017 2/2/2021
1.0.48 3,098 1/26/2021
1.0.47 2,839 1/24/2021
1.0.46 549 1/24/2021
1.0.45 628 1/23/2021
1.0.44 3,746 1/20/2021
1.0.43 617 1/20/2021
1.0.42 1,957 1/18/2021
1.0.41 538 1/18/2021
1.0.40 1,919 1/16/2021
1.0.39 6,094 12/17/2020
1.0.38 597 12/16/2020
1.0.37 3,051 12/14/2020
1.0.36 2,005 12/9/2020
1.0.35 564 12/9/2020
1.0.34 577 12/7/2020
1.0.33 686 12/6/2020
1.0.32 631 12/2/2020
1.0.31 604 12/2/2020
1.0.30 2,082 12/1/2020
1.0.29 7,077 11/12/2020
1.0.29-atestpub 472 11/11/2020
1.0.28 3,185 10/11/2020
1.0.27 8,318 9/9/2020
1.0.26 2,465 9/3/2020
1.0.25 2,525 8/20/2020
1.0.24 5,924 8/9/2020
1.0.23 2,556 7/28/2020
1.0.22 2,480 7/19/2020
1.0.21 4,256 7/6/2020
1.0.20 6,409 6/6/2020
1.0.19 2,469 6/4/2020
1.0.18 4,196 5/29/2020
1.0.17 4,222 5/21/2020
1.0.16 673 5/17/2020
1.0.15 4,293 5/12/2020
1.0.14 7,868 5/4/2020
1.0.13 685 4/24/2020
1.0.12 689 4/22/2020
1.0.11 643 4/22/2020
1.0.10 678 4/21/2020
1.0.9 3,105 4/18/2020
1.0.8 2,431 4/16/2020
1.0.7 687 4/16/2020
1.0.6 2,131 4/15/2020
1.0.5 2,491 4/11/2020
1.0.4 2,402 4/3/2020
1.0.3 673 4/1/2020
1.0.2 2,343 3/27/2020
1.0.1 2,465 3/22/2020
1.0.0 785 3/22/2020