Ecng.Net.SocketIO 1.0.436

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.436
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.436
                    
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.436" />
                    
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.436" />
                    
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.436
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.436"
                    
#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.436
                    
#: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.436
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.436
                    
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.Okex

OKX connector

StockSharp.Binance

Binance

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.438 0 10/7/2025
1.0.437 2 10/6/2025
1.0.436 180 10/3/2025
1.0.435 152 10/1/2025
1.0.434 113 10/1/2025
1.0.433 163 9/30/2025
1.0.432 173 9/28/2025
1.0.431 189 9/25/2025
1.0.430 814 9/5/2025
1.0.429 203 9/2/2025
1.0.428 547 8/30/2025
1.0.427 219 8/30/2025
1.0.426 224 8/20/2025
1.0.425 168 8/20/2025
1.0.424 181 8/19/2025
1.0.423 190 8/15/2025
1.0.422 285 8/10/2025
1.0.421 991 7/16/2025
1.0.420 239 7/14/2025
1.0.419 215 7/13/2025
1.0.418 181 7/13/2025
1.0.417 171 7/12/2025
1.0.416 621 7/8/2025
1.0.415 228 7/4/2025
1.0.414 219 7/2/2025
1.0.413 377 6/24/2025
1.0.412 977 6/16/2025
1.0.411 369 6/9/2025
1.0.410 253 6/8/2025
1.0.409 564 5/21/2025
1.0.408 212 5/21/2025
1.0.407 201 5/17/2025
1.0.406 600 5/12/2025
1.0.405 301 5/12/2025
1.0.404 271 5/12/2025
1.0.403 202 5/11/2025
1.0.402 203 5/11/2025
1.0.401 159 5/10/2025
1.0.400 133 5/10/2025
1.0.399 243 5/6/2025
1.0.398 167 5/3/2025
1.0.397 336 4/17/2025
1.0.396 290 4/15/2025
1.0.395 193 4/12/2025
1.0.394 263 4/9/2025
1.0.393 220 4/6/2025
1.0.392 178 4/5/2025
1.0.391 1,026 3/22/2025
1.0.390 235 3/20/2025
1.0.389 235 3/20/2025
1.0.388 226 3/19/2025
1.0.387 789 2/26/2025
1.0.386 200 2/26/2025
1.0.385 723 2/8/2025
1.0.384 205 2/8/2025
1.0.383 180 2/8/2025
1.0.382 182 2/6/2025
1.0.381 173 2/6/2025
1.0.380 188 2/6/2025
1.0.379 192 2/6/2025
1.0.378 177 2/6/2025
1.0.377 181 2/5/2025
1.0.376 178 2/5/2025
1.0.375 192 2/5/2025
1.0.374 216 2/3/2025
1.0.373 203 2/2/2025
1.0.372 217 2/1/2025
1.0.371 194 1/31/2025
1.0.370 200 1/30/2025
1.0.369 193 1/26/2025
1.0.368 221 1/21/2025
1.0.367 202 1/20/2025
1.0.366 168 1/20/2025
1.0.365 186 1/19/2025
1.0.364 179 1/19/2025
1.0.363 204 1/15/2025
1.0.362 173 1/15/2025
1.0.361 156 1/14/2025
1.0.360 166 1/12/2025
1.0.359 153 1/12/2025
1.0.358 161 1/12/2025
1.0.357 137 1/12/2025
1.0.356 175 1/10/2025
1.0.355 1,000 12/30/2024
1.0.354 211 12/27/2024
1.0.353 241 12/19/2024
1.0.352 691 11/20/2024
1.0.351 204 11/19/2024
1.0.350 190 11/19/2024
1.0.349 745 11/18/2024
1.0.348 405 11/15/2024
1.0.347 181 11/14/2024
1.0.346 200 11/14/2024
1.0.345 199 11/14/2024
1.0.344 161 11/14/2024
1.0.343 184 11/14/2024
1.0.342 231 11/7/2024
1.0.341 238 10/31/2024
1.0.340 287 10/20/2024
1.0.339 216 10/20/2024
1.0.338 230 10/20/2024
1.0.337 220 10/19/2024
1.0.336 229 10/19/2024
1.0.335 234 10/19/2024
1.0.334 228 10/19/2024
1.0.333 231 10/19/2024
1.0.332 213 10/19/2024
1.0.331 236 10/19/2024
1.0.330 263 10/18/2024
1.0.329 226 10/17/2024
1.0.328 187 10/17/2024
1.0.327 207 10/17/2024
1.0.326 747 10/14/2024
1.0.325 193 10/13/2024
1.0.324 184 10/13/2024
1.0.323 199 10/12/2024
1.0.322 391 10/9/2024
1.0.321 204 10/9/2024
1.0.320 382 10/5/2024
1.0.319 707 9/18/2024
1.0.318 199 9/18/2024
1.0.317 216 9/18/2024
1.0.316 208 9/17/2024
1.0.315 689 9/3/2024
1.0.314 248 9/1/2024
1.0.313 898 8/9/2024
1.0.312 205 8/9/2024
1.0.311 228 8/8/2024
1.0.310 636 7/25/2024
1.0.309 216 7/23/2024
1.0.308 238 7/17/2024
1.0.307 507 7/4/2024
1.0.306 575 6/12/2024
1.0.305 213 6/12/2024
1.0.304 214 6/12/2024
1.0.303 406 5/28/2024
1.0.302 556 5/4/2024
1.0.301 363 4/23/2024
1.0.300 223 4/21/2024
1.0.299 250 4/14/2024
1.0.298 513 3/28/2024
1.0.297 287 3/17/2024
1.0.296 493 3/9/2024
1.0.295 314 2/23/2024
1.0.294 244 2/23/2024
1.0.293 446 2/18/2024
1.0.292 238 2/18/2024
1.0.291 218 2/17/2024
1.0.290 233 2/16/2024
1.0.289 355 2/14/2024
1.0.288 239 2/13/2024
1.0.287 306 2/8/2024
1.0.286 304 2/5/2024
1.0.285 224 2/4/2024
1.0.284 386 1/23/2024
1.0.283 215 1/23/2024
1.0.282 282 1/12/2024
1.0.281 643 1/2/2024
1.0.280 262 12/29/2023
1.0.279 311 12/17/2023
1.0.278 478 12/15/2023
1.0.277 243 12/15/2023
1.0.276 223 12/15/2023
1.0.275 252 12/13/2023
1.0.274 248 12/13/2023
1.0.273 254 12/10/2023
1.0.272 660 11/18/2023
1.0.271 205 11/18/2023
1.0.270 236 11/18/2023
1.0.269 210 11/17/2023
1.0.268 200 11/12/2023
1.0.267 192 11/12/2023
1.0.266 207 11/10/2023
1.0.265 174 11/10/2023
1.0.264 213 11/9/2023
1.0.263 180 11/9/2023
1.0.262 194 11/9/2023
1.0.261 222 11/3/2023
1.0.260 203 11/1/2023
1.0.259 190 11/1/2023
1.0.258 1,441 9/8/2023
1.0.257 239 9/8/2023
1.0.256 267 9/3/2023
1.0.255 334 8/27/2023
1.0.254 247 8/24/2023
1.0.253 234 8/21/2023
1.0.252 296 8/15/2023
1.0.251 266 8/14/2023
1.0.250 250 8/14/2023
1.0.249 267 8/10/2023
1.0.248 991 7/29/2023
1.0.247 1,064 7/1/2023
1.0.246 278 6/29/2023
1.0.245 760 5/27/2023
1.0.244 318 5/21/2023
1.0.243 264 5/19/2023
1.0.242 1,053 5/8/2023
1.0.241 327 5/7/2023
1.0.240 305 5/7/2023
1.0.239 285 5/7/2023
1.0.238 336 5/1/2023
1.0.237 385 4/22/2023
1.0.236 340 4/21/2023
1.0.235 298 4/21/2023
1.0.234 1,193 4/13/2023
1.0.233 1,101 4/3/2023
1.0.232 453 3/27/2023
1.0.231 406 3/21/2023
1.0.230 402 3/17/2023
1.0.229 405 3/13/2023
1.0.228 1,157 3/6/2023
1.0.227 462 2/26/2023
1.0.226 898 2/21/2023
1.0.225 421 2/20/2023
1.0.224 440 2/16/2023
1.0.223 424 2/15/2023
1.0.222 398 2/14/2023
1.0.221 390 2/14/2023
1.0.220 1,309 2/9/2023
1.0.219 797 2/7/2023
1.0.218 450 2/4/2023
1.0.217 431 2/4/2023
1.0.216 443 2/3/2023
1.0.215 414 2/3/2023
1.0.214 412 2/3/2023
1.0.213 845 2/2/2023
1.0.212 796 1/30/2023
1.0.211 422 1/30/2023
1.0.210 482 1/25/2023
1.0.209 467 1/23/2023
1.0.208 412 1/23/2023
1.0.207 462 1/18/2023
1.0.206 476 1/15/2023
1.0.205 475 1/6/2023
1.0.204 1,387 1/1/2023
1.0.203 441 12/31/2022
1.0.202 928 12/30/2022
1.0.201 468 12/29/2022
1.0.200 475 12/23/2022
1.0.199 1,354 12/12/2022
1.0.198 1,037 12/8/2022
1.0.197 448 12/4/2022
1.0.196 449 12/4/2022
1.0.195 461 12/2/2022
1.0.194 476 11/30/2022
1.0.193 445 11/29/2022
1.0.192 445 11/28/2022
1.0.191 479 11/26/2022
1.0.190 475 11/26/2022
1.0.189 482 11/25/2022
1.0.188 474 11/25/2022
1.0.187 486 11/18/2022
1.0.186 1,562 11/11/2022
1.0.185 505 11/11/2022
1.0.184 468 11/10/2022
1.0.183 534 11/5/2022
1.0.182 510 11/4/2022
1.0.181 492 11/2/2022
1.0.180 486 11/2/2022
1.0.179 1,395 11/1/2022
1.0.178 1,619 10/16/2022
1.0.177 699 9/25/2022
1.0.176 626 9/10/2022
1.0.175 2,945 9/8/2022
1.0.174 619 9/8/2022
1.0.173 616 9/8/2022
1.0.172 594 9/4/2022
1.0.171 598 9/4/2022
1.0.170 5,321 8/24/2022
1.0.169 681 8/8/2022
1.0.168 598 8/8/2022
1.0.167 1,230 7/31/2022
1.0.166 614 7/31/2022
1.0.165 624 7/26/2022
1.0.164 595 7/26/2022
1.0.163 3,169 7/21/2022
1.0.162 641 7/19/2022
1.0.161 3,114 7/18/2022
1.0.160 657 7/13/2022
1.0.159 632 7/8/2022
1.0.158 646 6/30/2022
1.0.157 668 6/20/2022
1.0.156 622 6/18/2022
1.0.155 655 6/6/2022
1.0.154 702 5/27/2022
1.0.153 5,170 4/30/2022
1.0.152 647 4/20/2022
1.0.151 672 4/10/2022
1.0.150 639 4/7/2022
1.0.149 621 4/7/2022
1.0.148 676 4/2/2022
1.0.147 646 3/29/2022
1.0.146 625 3/27/2022
1.0.145 635 3/27/2022
1.0.144 3,886 3/24/2022
1.0.143 2,647 2/20/2022
1.0.142 602 2/20/2022
1.0.141 614 2/20/2022
1.0.140 641 2/20/2022
1.0.139 655 2/20/2022
1.0.138 621 2/20/2022
1.0.137 621 2/20/2022
1.0.136 631 2/20/2022
1.0.135 636 2/20/2022
1.0.134 623 2/19/2022
1.0.133 4,516 2/10/2022
1.0.132 732 1/27/2022
1.0.131 665 1/27/2022
1.0.130 3,532 1/24/2022
1.0.129 611 1/24/2022
1.0.128 656 1/23/2022
1.0.127 6,980 12/29/2021
1.0.126 502 12/27/2021
1.0.125 449 12/27/2021
1.0.124 461 12/27/2021
1.0.123 1,708 12/20/2021
1.0.122 498 12/17/2021
1.0.121 487 12/16/2021
1.0.120 480 12/15/2021
1.0.119 465 12/14/2021
1.0.118 483 12/14/2021
1.0.117 457 12/13/2021
1.0.116 609 12/12/2021
1.0.115 1,588 12/10/2021
1.0.114 503 12/7/2021
1.0.113 500 12/7/2021
1.0.112 1,929 12/6/2021
1.0.111 497 12/6/2021
1.0.110 501 12/5/2021
1.0.109 1,185 12/3/2021
1.0.108 993 12/3/2021
1.0.107 532 12/2/2021
1.0.106 2,414 11/29/2021
1.0.105 5,219 11/23/2021
1.0.104 487 11/23/2021
1.0.103 1,572 11/22/2021
1.0.102 583 11/17/2021
1.0.101 537 11/14/2021
1.0.100 1,696 11/13/2021
1.0.99 549 11/11/2021
1.0.98 529 11/11/2021
1.0.97 524 11/10/2021
1.0.96 529 11/9/2021
1.0.95 2,549 11/6/2021
1.0.94 556 11/6/2021
1.0.93 2,123 11/5/2021
1.0.92 587 11/5/2021
1.0.91 553 11/4/2021
1.0.90 531 11/4/2021
1.0.89 573 11/3/2021
1.0.88 637 10/30/2021
1.0.87 2,009 10/21/2021
1.0.86 605 10/17/2021
1.0.85 627 10/17/2021
1.0.84 2,999 10/14/2021
1.0.83 548 10/13/2021
1.0.82 561 10/13/2021
1.0.81 546 10/12/2021
1.0.80 2,093 10/11/2021
1.0.79 525 10/9/2021
1.0.78 1,900 10/7/2021
1.0.77 2,096 10/7/2021
1.0.76 526 10/7/2021
1.0.75 557 10/6/2021
1.0.74 611 9/28/2021
1.0.73 2,333 9/23/2021
1.0.72 658 9/11/2021
1.0.71 559 9/10/2021
1.0.70 624 9/9/2021
1.0.69 532 9/8/2021
1.0.68 586 9/8/2021
1.0.67 2,099 9/6/2021
1.0.66 661 8/31/2021
1.0.65 526 8/30/2021
1.0.64 2,566 7/31/2021
1.0.63 2,991 7/30/2021
1.0.62 644 7/26/2021
1.0.61 4,428 7/5/2021
1.0.60 597 7/1/2021
1.0.59 3,779 6/4/2021
1.0.58 5,009 4/26/2021
1.0.57 2,132 4/19/2021
1.0.56 5,665 4/8/2021
1.0.55 1,743 4/7/2021
1.0.54 575 4/7/2021
1.0.53 1,831 4/3/2021
1.0.52 7,926 3/22/2021
1.0.51 5,686 3/4/2021
1.0.50 2,100 2/26/2021
1.0.49 8,214 2/2/2021
1.0.48 3,168 1/26/2021
1.0.47 2,942 1/24/2021
1.0.46 606 1/24/2021
1.0.45 676 1/23/2021
1.0.44 3,845 1/20/2021
1.0.43 671 1/20/2021
1.0.42 2,023 1/18/2021
1.0.41 585 1/18/2021
1.0.40 2,000 1/16/2021
1.0.39 6,264 12/17/2020
1.0.38 651 12/16/2020
1.0.37 3,167 12/14/2020
1.0.36 2,079 12/9/2020
1.0.35 622 12/9/2020
1.0.34 631 12/7/2020
1.0.33 743 12/6/2020
1.0.32 692 12/2/2020
1.0.31 656 12/2/2020
1.0.30 2,150 12/1/2020
1.0.29 7,296 11/12/2020
1.0.29-atestpub 517 11/11/2020
1.0.28 3,278 10/11/2020
1.0.27 8,553 9/9/2020
1.0.26 2,581 9/3/2020
1.0.25 2,612 8/20/2020
1.0.24 6,096 8/9/2020
1.0.23 2,657 7/28/2020
1.0.22 2,592 7/19/2020
1.0.21 4,398 7/6/2020
1.0.20 6,576 6/6/2020
1.0.19 2,555 6/4/2020
1.0.18 4,337 5/29/2020
1.0.17 4,372 5/21/2020
1.0.16 716 5/17/2020
1.0.15 4,443 5/12/2020
1.0.14 8,144 5/4/2020
1.0.13 739 4/24/2020
1.0.12 725 4/22/2020
1.0.11 705 4/22/2020
1.0.10 719 4/21/2020
1.0.9 3,186 4/18/2020
1.0.8 2,522 4/16/2020
1.0.7 740 4/16/2020
1.0.6 2,209 4/15/2020
1.0.5 2,619 4/11/2020
1.0.4 2,510 4/3/2020
1.0.3 728 4/1/2020
1.0.2 2,435 3/27/2020
1.0.1 2,556 3/22/2020
1.0.0 840 3/22/2020