Ecng.Net.SocketIO 1.0.423

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.423
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.423
                    
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.423" />
                    
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.423" />
                    
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.423
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.423"
                    
#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.423
                    
#: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.423
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.423
                    
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.428 97 8/30/2025
1.0.427 100 8/30/2025
1.0.426 180 8/20/2025
1.0.425 121 8/20/2025
1.0.424 136 8/19/2025
1.0.423 144 8/15/2025
1.0.422 197 8/10/2025
1.0.421 565 7/16/2025
1.0.420 198 7/14/2025
1.0.419 178 7/13/2025
1.0.418 154 7/13/2025
1.0.417 134 7/12/2025
1.0.416 414 7/8/2025
1.0.415 190 7/4/2025
1.0.414 182 7/2/2025
1.0.413 324 6/24/2025
1.0.412 821 6/16/2025
1.0.411 322 6/9/2025
1.0.410 226 6/8/2025
1.0.409 478 5/21/2025
1.0.408 181 5/21/2025
1.0.407 171 5/17/2025
1.0.406 510 5/12/2025
1.0.405 258 5/12/2025
1.0.404 227 5/12/2025
1.0.403 167 5/11/2025
1.0.402 165 5/11/2025
1.0.401 110 5/10/2025
1.0.400 97 5/10/2025
1.0.399 197 5/6/2025
1.0.398 124 5/3/2025
1.0.397 292 4/17/2025
1.0.396 242 4/15/2025
1.0.395 150 4/12/2025
1.0.394 218 4/9/2025
1.0.393 175 4/6/2025
1.0.392 134 4/5/2025
1.0.391 891 3/22/2025
1.0.390 192 3/20/2025
1.0.389 190 3/20/2025
1.0.388 189 3/19/2025
1.0.387 704 2/26/2025
1.0.386 162 2/26/2025
1.0.385 615 2/8/2025
1.0.384 163 2/8/2025
1.0.383 144 2/8/2025
1.0.382 136 2/6/2025
1.0.381 131 2/6/2025
1.0.380 143 2/6/2025
1.0.379 150 2/6/2025
1.0.378 141 2/6/2025
1.0.377 154 2/5/2025
1.0.376 133 2/5/2025
1.0.375 153 2/5/2025
1.0.374 172 2/3/2025
1.0.373 153 2/2/2025
1.0.372 172 2/1/2025
1.0.371 153 1/31/2025
1.0.370 156 1/30/2025
1.0.369 158 1/26/2025
1.0.368 178 1/21/2025
1.0.367 156 1/20/2025
1.0.366 126 1/20/2025
1.0.365 141 1/19/2025
1.0.364 131 1/19/2025
1.0.363 161 1/15/2025
1.0.362 130 1/15/2025
1.0.361 116 1/14/2025
1.0.360 127 1/12/2025
1.0.359 110 1/12/2025
1.0.358 113 1/12/2025
1.0.357 108 1/12/2025
1.0.356 131 1/10/2025
1.0.355 909 12/30/2024
1.0.354 170 12/27/2024
1.0.353 193 12/19/2024
1.0.352 627 11/20/2024
1.0.351 164 11/19/2024
1.0.350 145 11/19/2024
1.0.349 646 11/18/2024
1.0.348 326 11/15/2024
1.0.347 144 11/14/2024
1.0.346 153 11/14/2024
1.0.345 153 11/14/2024
1.0.344 145 11/14/2024
1.0.343 141 11/14/2024
1.0.342 196 11/7/2024
1.0.341 199 10/31/2024
1.0.340 243 10/20/2024
1.0.339 173 10/20/2024
1.0.338 182 10/20/2024
1.0.337 187 10/19/2024
1.0.336 188 10/19/2024
1.0.335 187 10/19/2024
1.0.334 186 10/19/2024
1.0.333 188 10/19/2024
1.0.332 183 10/19/2024
1.0.331 193 10/19/2024
1.0.330 218 10/18/2024
1.0.329 193 10/17/2024
1.0.328 146 10/17/2024
1.0.327 164 10/17/2024
1.0.326 679 10/14/2024
1.0.325 150 10/13/2024
1.0.324 143 10/13/2024
1.0.323 160 10/12/2024
1.0.322 314 10/9/2024
1.0.321 160 10/9/2024
1.0.320 306 10/5/2024
1.0.319 597 9/18/2024
1.0.318 163 9/18/2024
1.0.317 180 9/18/2024
1.0.316 174 9/17/2024
1.0.315 563 9/3/2024
1.0.314 203 9/1/2024
1.0.313 787 8/9/2024
1.0.312 174 8/9/2024
1.0.311 185 8/8/2024
1.0.310 513 7/25/2024
1.0.309 173 7/23/2024
1.0.308 200 7/17/2024
1.0.307 449 7/4/2024
1.0.306 508 6/12/2024
1.0.305 172 6/12/2024
1.0.304 171 6/12/2024
1.0.303 349 5/28/2024
1.0.302 494 5/4/2024
1.0.301 317 4/23/2024
1.0.300 179 4/21/2024
1.0.299 205 4/14/2024
1.0.298 448 3/28/2024
1.0.297 245 3/17/2024
1.0.296 436 3/9/2024
1.0.295 271 2/23/2024
1.0.294 194 2/23/2024
1.0.293 386 2/18/2024
1.0.292 196 2/18/2024
1.0.291 176 2/17/2024
1.0.290 187 2/16/2024
1.0.289 303 2/14/2024
1.0.288 194 2/13/2024
1.0.287 264 2/8/2024
1.0.286 247 2/5/2024
1.0.285 179 2/4/2024
1.0.284 334 1/23/2024
1.0.283 169 1/23/2024
1.0.282 244 1/12/2024
1.0.281 593 1/2/2024
1.0.280 212 12/29/2023
1.0.279 279 12/17/2023
1.0.278 431 12/15/2023
1.0.277 199 12/15/2023
1.0.276 177 12/15/2023
1.0.275 209 12/13/2023
1.0.274 199 12/13/2023
1.0.273 210 12/10/2023
1.0.272 601 11/18/2023
1.0.271 170 11/18/2023
1.0.270 201 11/18/2023
1.0.269 176 11/17/2023
1.0.268 178 11/12/2023
1.0.267 164 11/12/2023
1.0.266 185 11/10/2023
1.0.265 142 11/10/2023
1.0.264 187 11/9/2023
1.0.263 150 11/9/2023
1.0.262 170 11/9/2023
1.0.261 205 11/3/2023
1.0.260 171 11/1/2023
1.0.259 161 11/1/2023
1.0.258 1,394 9/8/2023
1.0.257 205 9/8/2023
1.0.256 230 9/3/2023
1.0.255 299 8/27/2023
1.0.254 214 8/24/2023
1.0.253 208 8/21/2023
1.0.252 263 8/15/2023
1.0.251 228 8/14/2023
1.0.250 215 8/14/2023
1.0.249 233 8/10/2023
1.0.248 949 7/29/2023
1.0.247 1,001 7/1/2023
1.0.246 240 6/29/2023
1.0.245 717 5/27/2023
1.0.244 278 5/21/2023
1.0.243 222 5/19/2023
1.0.242 1,001 5/8/2023
1.0.241 288 5/7/2023
1.0.240 262 5/7/2023
1.0.239 247 5/7/2023
1.0.238 296 5/1/2023
1.0.237 357 4/22/2023
1.0.236 298 4/21/2023
1.0.235 267 4/21/2023
1.0.234 1,129 4/13/2023
1.0.233 1,014 4/3/2023
1.0.232 416 3/27/2023
1.0.231 375 3/21/2023
1.0.230 360 3/17/2023
1.0.229 384 3/13/2023
1.0.228 1,101 3/6/2023
1.0.227 425 2/26/2023
1.0.226 832 2/21/2023
1.0.225 383 2/20/2023
1.0.224 400 2/16/2023
1.0.223 380 2/15/2023
1.0.222 356 2/14/2023
1.0.221 352 2/14/2023
1.0.220 1,238 2/9/2023
1.0.219 738 2/7/2023
1.0.218 410 2/4/2023
1.0.217 393 2/4/2023
1.0.216 402 2/3/2023
1.0.215 389 2/3/2023
1.0.214 379 2/3/2023
1.0.213 776 2/2/2023
1.0.212 742 1/30/2023
1.0.211 380 1/30/2023
1.0.210 441 1/25/2023
1.0.209 425 1/23/2023
1.0.208 373 1/23/2023
1.0.207 421 1/18/2023
1.0.206 423 1/15/2023
1.0.205 432 1/6/2023
1.0.204 1,323 1/1/2023
1.0.203 398 12/31/2022
1.0.202 871 12/30/2022
1.0.201 428 12/29/2022
1.0.200 429 12/23/2022
1.0.199 1,319 12/12/2022
1.0.198 984 12/8/2022
1.0.197 431 12/4/2022
1.0.196 412 12/4/2022
1.0.195 433 12/2/2022
1.0.194 432 11/30/2022
1.0.193 414 11/29/2022
1.0.192 403 11/28/2022
1.0.191 439 11/26/2022
1.0.190 435 11/26/2022
1.0.189 442 11/25/2022
1.0.188 430 11/25/2022
1.0.187 453 11/18/2022
1.0.186 1,505 11/11/2022
1.0.185 464 11/11/2022
1.0.184 438 11/10/2022
1.0.183 489 11/5/2022
1.0.182 466 11/4/2022
1.0.181 449 11/2/2022
1.0.180 441 11/2/2022
1.0.179 1,338 11/1/2022
1.0.178 1,565 10/16/2022
1.0.177 648 9/25/2022
1.0.176 591 9/10/2022
1.0.175 2,853 9/8/2022
1.0.174 570 9/8/2022
1.0.173 568 9/8/2022
1.0.172 558 9/4/2022
1.0.171 553 9/4/2022
1.0.170 5,221 8/24/2022
1.0.169 640 8/8/2022
1.0.168 557 8/8/2022
1.0.167 1,186 7/31/2022
1.0.166 574 7/31/2022
1.0.165 571 7/26/2022
1.0.164 555 7/26/2022
1.0.163 3,105 7/21/2022
1.0.162 610 7/19/2022
1.0.161 3,047 7/18/2022
1.0.160 612 7/13/2022
1.0.159 591 7/8/2022
1.0.158 601 6/30/2022
1.0.157 625 6/20/2022
1.0.156 580 6/18/2022
1.0.155 613 6/6/2022
1.0.154 663 5/27/2022
1.0.153 5,071 4/30/2022
1.0.152 606 4/20/2022
1.0.151 642 4/10/2022
1.0.150 609 4/7/2022
1.0.149 584 4/7/2022
1.0.148 626 4/2/2022
1.0.147 603 3/29/2022
1.0.146 580 3/27/2022
1.0.145 603 3/27/2022
1.0.144 3,804 3/24/2022
1.0.143 2,562 2/20/2022
1.0.142 562 2/20/2022
1.0.141 569 2/20/2022
1.0.140 595 2/20/2022
1.0.139 610 2/20/2022
1.0.138 578 2/20/2022
1.0.137 578 2/20/2022
1.0.136 599 2/20/2022
1.0.135 585 2/20/2022
1.0.134 600 2/19/2022
1.0.133 4,435 2/10/2022
1.0.132 698 1/27/2022
1.0.131 625 1/27/2022
1.0.130 3,454 1/24/2022
1.0.129 567 1/24/2022
1.0.128 612 1/23/2022
1.0.127 6,793 12/29/2021
1.0.126 458 12/27/2021
1.0.125 412 12/27/2021
1.0.124 427 12/27/2021
1.0.123 1,640 12/20/2021
1.0.122 471 12/17/2021
1.0.121 467 12/16/2021
1.0.120 445 12/15/2021
1.0.119 434 12/14/2021
1.0.118 441 12/14/2021
1.0.117 432 12/13/2021
1.0.116 570 12/12/2021
1.0.115 1,515 12/10/2021
1.0.114 464 12/7/2021
1.0.113 469 12/7/2021
1.0.112 1,855 12/6/2021
1.0.111 451 12/6/2021
1.0.110 471 12/5/2021
1.0.109 1,152 12/3/2021
1.0.108 961 12/3/2021
1.0.107 483 12/2/2021
1.0.106 2,362 11/29/2021
1.0.105 5,176 11/23/2021
1.0.104 456 11/23/2021
1.0.103 1,515 11/22/2021
1.0.102 546 11/17/2021
1.0.101 490 11/14/2021
1.0.100 1,635 11/13/2021
1.0.99 502 11/11/2021
1.0.98 486 11/11/2021
1.0.97 486 11/10/2021
1.0.96 493 11/9/2021
1.0.95 2,492 11/6/2021
1.0.94 515 11/6/2021
1.0.93 2,030 11/5/2021
1.0.92 542 11/5/2021
1.0.91 507 11/4/2021
1.0.90 505 11/4/2021
1.0.89 533 11/3/2021
1.0.88 587 10/30/2021
1.0.87 1,919 10/21/2021
1.0.86 566 10/17/2021
1.0.85 603 10/17/2021
1.0.84 2,909 10/14/2021
1.0.83 502 10/13/2021
1.0.82 521 10/13/2021
1.0.81 501 10/12/2021
1.0.80 2,030 10/11/2021
1.0.79 489 10/9/2021
1.0.78 1,823 10/7/2021
1.0.77 2,026 10/7/2021
1.0.76 481 10/7/2021
1.0.75 512 10/6/2021
1.0.74 568 9/28/2021
1.0.73 2,264 9/23/2021
1.0.72 611 9/11/2021
1.0.71 512 9/10/2021
1.0.70 581 9/9/2021
1.0.69 497 9/8/2021
1.0.68 554 9/8/2021
1.0.67 2,025 9/6/2021
1.0.66 625 8/31/2021
1.0.65 493 8/30/2021
1.0.64 2,494 7/31/2021
1.0.63 2,877 7/30/2021
1.0.62 598 7/26/2021
1.0.61 4,281 7/5/2021
1.0.60 561 7/1/2021
1.0.59 3,683 6/4/2021
1.0.58 4,889 4/26/2021
1.0.57 2,050 4/19/2021
1.0.56 5,492 4/8/2021
1.0.55 1,681 4/7/2021
1.0.54 530 4/7/2021
1.0.53 1,777 4/3/2021
1.0.52 7,707 3/22/2021
1.0.51 5,567 3/4/2021
1.0.50 2,036 2/26/2021
1.0.49 8,031 2/2/2021
1.0.48 3,109 1/26/2021
1.0.47 2,852 1/24/2021
1.0.46 560 1/24/2021
1.0.45 640 1/23/2021
1.0.44 3,761 1/20/2021
1.0.43 629 1/20/2021
1.0.42 1,969 1/18/2021
1.0.41 550 1/18/2021
1.0.40 1,931 1/16/2021
1.0.39 6,106 12/17/2020
1.0.38 607 12/16/2020
1.0.37 3,061 12/14/2020
1.0.36 2,016 12/9/2020
1.0.35 575 12/9/2020
1.0.34 588 12/7/2020
1.0.33 696 12/6/2020
1.0.32 642 12/2/2020
1.0.31 614 12/2/2020
1.0.30 2,093 12/1/2020
1.0.29 7,089 11/12/2020
1.0.29-atestpub 483 11/11/2020
1.0.28 3,201 10/11/2020
1.0.27 8,328 9/9/2020
1.0.26 2,476 9/3/2020
1.0.25 2,535 8/20/2020
1.0.24 5,936 8/9/2020
1.0.23 2,568 7/28/2020
1.0.22 2,490 7/19/2020
1.0.21 4,265 7/6/2020
1.0.20 6,420 6/6/2020
1.0.19 2,480 6/4/2020
1.0.18 4,211 5/29/2020
1.0.17 4,234 5/21/2020
1.0.16 684 5/17/2020
1.0.15 4,305 5/12/2020
1.0.14 7,882 5/4/2020
1.0.13 698 4/24/2020
1.0.12 701 4/22/2020
1.0.11 655 4/22/2020
1.0.10 689 4/21/2020
1.0.9 3,117 4/18/2020
1.0.8 2,444 4/16/2020
1.0.7 699 4/16/2020
1.0.6 2,143 4/15/2020
1.0.5 2,505 4/11/2020
1.0.4 2,414 4/3/2020
1.0.3 685 4/1/2020
1.0.2 2,355 3/27/2020
1.0.1 2,478 3/22/2020
1.0.0 797 3/22/2020