Ecng.Net.SocketIO 1.0.428

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.428
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.428
                    
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.428" />
                    
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.428" />
                    
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.428
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.428"
                    
#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.428
                    
#: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.428
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.428
                    
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.450 52 11/13/2025
1.0.449 113 11/10/2025
1.0.448 1,063 11/1/2025
1.0.447 167 10/31/2025
1.0.446 178 10/28/2025
1.0.445 196 10/27/2025
1.0.444 169 10/27/2025
1.0.443 95 10/25/2025
1.0.442 127 10/24/2025
1.0.441 238 10/20/2025
1.0.440 273 10/12/2025
1.0.439 121 10/11/2025
1.0.438 263 10/7/2025
1.0.437 199 10/6/2025
1.0.436 246 10/3/2025
1.0.435 216 10/1/2025
1.0.434 182 10/1/2025
1.0.433 184 9/30/2025
1.0.432 187 9/28/2025
1.0.431 202 9/25/2025
1.0.430 2,435 9/5/2025
1.0.429 219 9/2/2025
1.0.428 573 8/30/2025
1.0.427 235 8/30/2025
1.0.426 242 8/20/2025
1.0.425 184 8/20/2025
1.0.424 197 8/19/2025
1.0.423 203 8/15/2025
1.0.422 297 8/10/2025
1.0.421 1,019 7/16/2025
1.0.420 250 7/14/2025
1.0.419 227 7/13/2025
1.0.418 197 7/13/2025
1.0.417 181 7/12/2025
1.0.416 639 7/8/2025
1.0.415 239 7/4/2025
1.0.414 229 7/2/2025
1.0.413 395 6/24/2025
1.0.412 1,006 6/16/2025
1.0.411 385 6/9/2025
1.0.410 264 6/8/2025
1.0.409 595 5/21/2025
1.0.408 239 5/21/2025
1.0.407 221 5/17/2025
1.0.406 630 5/12/2025
1.0.405 322 5/12/2025
1.0.404 289 5/12/2025
1.0.403 216 5/11/2025
1.0.402 220 5/11/2025
1.0.401 176 5/10/2025
1.0.400 145 5/10/2025
1.0.399 263 5/6/2025
1.0.398 189 5/3/2025
1.0.397 355 4/17/2025
1.0.396 309 4/15/2025
1.0.395 208 4/12/2025
1.0.394 282 4/9/2025
1.0.393 240 4/6/2025
1.0.392 197 4/5/2025
1.0.391 1,061 3/22/2025
1.0.390 254 3/20/2025
1.0.389 254 3/20/2025
1.0.388 242 3/19/2025
1.0.387 811 2/26/2025
1.0.386 221 2/26/2025
1.0.385 739 2/8/2025
1.0.384 223 2/8/2025
1.0.383 200 2/8/2025
1.0.382 201 2/6/2025
1.0.381 191 2/6/2025
1.0.380 205 2/6/2025
1.0.379 210 2/6/2025
1.0.378 190 2/6/2025
1.0.377 192 2/5/2025
1.0.376 197 2/5/2025
1.0.375 213 2/5/2025
1.0.374 235 2/3/2025
1.0.373 221 2/2/2025
1.0.372 236 2/1/2025
1.0.371 219 1/31/2025
1.0.370 219 1/30/2025
1.0.369 205 1/26/2025
1.0.368 242 1/21/2025
1.0.367 222 1/20/2025
1.0.366 191 1/20/2025
1.0.365 205 1/19/2025
1.0.364 195 1/19/2025
1.0.363 220 1/15/2025
1.0.362 192 1/15/2025
1.0.361 176 1/14/2025
1.0.360 178 1/12/2025
1.0.359 168 1/12/2025
1.0.358 178 1/12/2025
1.0.357 152 1/12/2025
1.0.356 198 1/10/2025
1.0.355 1,034 12/30/2024
1.0.354 228 12/27/2024
1.0.353 255 12/19/2024
1.0.352 706 11/20/2024
1.0.351 225 11/19/2024
1.0.350 213 11/19/2024
1.0.349 772 11/18/2024
1.0.348 444 11/15/2024
1.0.347 194 11/14/2024
1.0.346 218 11/14/2024
1.0.345 219 11/14/2024
1.0.344 173 11/14/2024
1.0.343 202 11/14/2024
1.0.342 241 11/7/2024
1.0.341 254 10/31/2024
1.0.340 304 10/20/2024
1.0.339 233 10/20/2024
1.0.338 247 10/20/2024
1.0.337 238 10/19/2024
1.0.336 251 10/19/2024
1.0.335 250 10/19/2024
1.0.334 250 10/19/2024
1.0.333 250 10/19/2024
1.0.332 229 10/19/2024
1.0.331 254 10/19/2024
1.0.330 283 10/18/2024
1.0.329 244 10/17/2024
1.0.328 204 10/17/2024
1.0.327 220 10/17/2024
1.0.326 774 10/14/2024
1.0.325 210 10/13/2024
1.0.324 206 10/13/2024
1.0.323 218 10/12/2024
1.0.322 420 10/9/2024
1.0.321 218 10/9/2024
1.0.320 413 10/5/2024
1.0.319 749 9/18/2024
1.0.318 209 9/18/2024
1.0.317 228 9/18/2024
1.0.316 223 9/17/2024
1.0.315 720 9/3/2024
1.0.314 266 9/1/2024
1.0.313 933 8/9/2024
1.0.312 224 8/9/2024
1.0.311 244 8/8/2024
1.0.310 677 7/25/2024
1.0.309 236 7/23/2024
1.0.308 260 7/17/2024
1.0.307 528 7/4/2024
1.0.306 590 6/12/2024
1.0.305 233 6/12/2024
1.0.304 230 6/12/2024
1.0.303 423 5/28/2024
1.0.302 588 5/4/2024
1.0.301 381 4/23/2024
1.0.300 242 4/21/2024
1.0.299 272 4/14/2024
1.0.298 537 3/28/2024
1.0.297 308 3/17/2024
1.0.296 511 3/9/2024
1.0.295 331 2/23/2024
1.0.294 261 2/23/2024
1.0.293 469 2/18/2024
1.0.292 256 2/18/2024
1.0.291 233 2/17/2024
1.0.290 252 2/16/2024
1.0.289 371 2/14/2024
1.0.288 255 2/13/2024
1.0.287 324 2/8/2024
1.0.286 323 2/5/2024
1.0.285 244 2/4/2024
1.0.284 411 1/23/2024
1.0.283 229 1/23/2024
1.0.282 299 1/12/2024
1.0.281 668 1/2/2024
1.0.280 281 12/29/2023
1.0.279 331 12/17/2023
1.0.278 491 12/15/2023
1.0.277 258 12/15/2023
1.0.276 241 12/15/2023
1.0.275 274 12/13/2023
1.0.274 269 12/13/2023
1.0.273 275 12/10/2023
1.0.272 672 11/18/2023
1.0.271 219 11/18/2023
1.0.270 245 11/18/2023
1.0.269 220 11/17/2023
1.0.268 203 11/12/2023
1.0.267 201 11/12/2023
1.0.266 218 11/10/2023
1.0.265 185 11/10/2023
1.0.264 227 11/9/2023
1.0.263 187 11/9/2023
1.0.262 208 11/9/2023
1.0.261 234 11/3/2023
1.0.260 215 11/1/2023
1.0.259 200 11/1/2023
1.0.258 1,461 9/8/2023
1.0.257 255 9/8/2023
1.0.256 273 9/3/2023
1.0.255 340 8/27/2023
1.0.254 258 8/24/2023
1.0.253 236 8/21/2023
1.0.252 304 8/15/2023
1.0.251 273 8/14/2023
1.0.250 257 8/14/2023
1.0.249 283 8/10/2023
1.0.248 1,002 7/29/2023
1.0.247 1,077 7/1/2023
1.0.246 293 6/29/2023
1.0.245 785 5/27/2023
1.0.244 340 5/21/2023
1.0.243 283 5/19/2023
1.0.242 1,068 5/8/2023
1.0.241 343 5/7/2023
1.0.240 323 5/7/2023
1.0.239 300 5/7/2023
1.0.238 353 5/1/2023
1.0.237 398 4/22/2023
1.0.236 355 4/21/2023
1.0.235 318 4/21/2023
1.0.234 1,207 4/13/2023
1.0.233 1,122 4/3/2023
1.0.232 472 3/27/2023
1.0.231 417 3/21/2023
1.0.230 419 3/17/2023
1.0.229 417 3/13/2023
1.0.228 1,168 3/6/2023
1.0.227 481 2/26/2023
1.0.226 923 2/21/2023
1.0.225 438 2/20/2023
1.0.224 456 2/16/2023
1.0.223 441 2/15/2023
1.0.222 413 2/14/2023
1.0.221 415 2/14/2023
1.0.220 1,339 2/9/2023
1.0.219 816 2/7/2023
1.0.218 467 2/4/2023
1.0.217 447 2/4/2023
1.0.216 464 2/3/2023
1.0.215 430 2/3/2023
1.0.214 422 2/3/2023
1.0.213 862 2/2/2023
1.0.212 812 1/30/2023
1.0.211 445 1/30/2023
1.0.210 494 1/25/2023
1.0.209 490 1/23/2023
1.0.208 433 1/23/2023
1.0.207 473 1/18/2023
1.0.206 496 1/15/2023
1.0.205 496 1/6/2023
1.0.204 1,404 1/1/2023
1.0.203 461 12/31/2022
1.0.202 953 12/30/2022
1.0.201 484 12/29/2022
1.0.200 492 12/23/2022
1.0.199 1,374 12/12/2022
1.0.198 1,054 12/8/2022
1.0.197 465 12/4/2022
1.0.196 467 12/4/2022
1.0.195 476 12/2/2022
1.0.194 496 11/30/2022
1.0.193 465 11/29/2022
1.0.192 461 11/28/2022
1.0.191 497 11/26/2022
1.0.190 492 11/26/2022
1.0.189 501 11/25/2022
1.0.188 496 11/25/2022
1.0.187 510 11/18/2022
1.0.186 1,578 11/11/2022
1.0.185 528 11/11/2022
1.0.184 493 11/10/2022
1.0.183 556 11/5/2022
1.0.182 528 11/4/2022
1.0.181 512 11/2/2022
1.0.180 503 11/2/2022
1.0.179 1,414 11/1/2022
1.0.178 1,641 10/16/2022
1.0.177 718 9/25/2022
1.0.176 645 9/10/2022
1.0.175 2,966 9/8/2022
1.0.174 636 9/8/2022
1.0.173 636 9/8/2022
1.0.172 613 9/4/2022
1.0.171 617 9/4/2022
1.0.170 5,339 8/24/2022
1.0.169 699 8/8/2022
1.0.168 614 8/8/2022
1.0.167 1,252 7/31/2022
1.0.166 632 7/31/2022
1.0.165 647 7/26/2022
1.0.164 611 7/26/2022
1.0.163 3,181 7/21/2022
1.0.162 664 7/19/2022
1.0.161 3,135 7/18/2022
1.0.160 676 7/13/2022
1.0.159 657 7/8/2022
1.0.158 667 6/30/2022
1.0.157 690 6/20/2022
1.0.156 639 6/18/2022
1.0.155 678 6/6/2022
1.0.154 729 5/27/2022
1.0.153 5,193 4/30/2022
1.0.152 672 4/20/2022
1.0.151 695 4/10/2022
1.0.150 662 4/7/2022
1.0.149 645 4/7/2022
1.0.148 698 4/2/2022
1.0.147 665 3/29/2022
1.0.146 650 3/27/2022
1.0.145 654 3/27/2022
1.0.144 3,906 3/24/2022
1.0.143 2,669 2/20/2022
1.0.142 627 2/20/2022
1.0.141 638 2/20/2022
1.0.140 663 2/20/2022
1.0.139 681 2/20/2022
1.0.138 647 2/20/2022
1.0.137 641 2/20/2022
1.0.136 655 2/20/2022
1.0.135 661 2/20/2022
1.0.134 648 2/19/2022
1.0.133 4,551 2/10/2022
1.0.132 765 1/27/2022
1.0.131 691 1/27/2022
1.0.130 3,553 1/24/2022
1.0.129 634 1/24/2022
1.0.128 677 1/23/2022
1.0.127 7,000 12/29/2021
1.0.126 528 12/27/2021
1.0.125 467 12/27/2021
1.0.124 486 12/27/2021
1.0.123 1,741 12/20/2021
1.0.122 528 12/17/2021
1.0.121 516 12/16/2021
1.0.120 505 12/15/2021
1.0.119 487 12/14/2021
1.0.118 512 12/14/2021
1.0.117 474 12/13/2021
1.0.116 631 12/12/2021
1.0.115 1,612 12/10/2021
1.0.114 525 12/7/2021
1.0.113 520 12/7/2021
1.0.112 1,957 12/6/2021
1.0.111 518 12/6/2021
1.0.110 526 12/5/2021
1.0.109 1,208 12/3/2021
1.0.108 1,021 12/3/2021
1.0.107 555 12/2/2021
1.0.106 2,437 11/29/2021
1.0.105 5,244 11/23/2021
1.0.104 509 11/23/2021
1.0.103 1,596 11/22/2021
1.0.102 600 11/17/2021
1.0.101 561 11/14/2021
1.0.100 1,728 11/13/2021
1.0.99 572 11/11/2021
1.0.98 557 11/11/2021
1.0.97 546 11/10/2021
1.0.96 547 11/9/2021
1.0.95 2,581 11/6/2021
1.0.94 584 11/6/2021
1.0.93 2,149 11/5/2021
1.0.92 609 11/5/2021
1.0.91 574 11/4/2021
1.0.90 548 11/4/2021
1.0.89 598 11/3/2021
1.0.88 664 10/30/2021
1.0.87 2,027 10/21/2021
1.0.86 631 10/17/2021
1.0.85 645 10/17/2021
1.0.84 3,028 10/14/2021
1.0.83 568 10/13/2021
1.0.82 590 10/13/2021
1.0.81 568 10/12/2021
1.0.80 2,122 10/11/2021
1.0.79 547 10/9/2021
1.0.78 1,936 10/7/2021
1.0.77 2,131 10/7/2021
1.0.76 553 10/7/2021
1.0.75 579 10/6/2021
1.0.74 635 9/28/2021
1.0.73 2,348 9/23/2021
1.0.72 687 9/11/2021
1.0.71 585 9/10/2021
1.0.70 648 9/9/2021
1.0.69 553 9/8/2021
1.0.68 610 9/8/2021
1.0.67 2,136 9/6/2021
1.0.66 681 8/31/2021
1.0.65 546 8/30/2021
1.0.64 2,590 7/31/2021
1.0.63 3,022 7/30/2021
1.0.62 666 7/26/2021
1.0.61 4,465 7/5/2021
1.0.60 623 7/1/2021
1.0.59 3,800 6/4/2021
1.0.58 5,050 4/26/2021
1.0.57 2,161 4/19/2021
1.0.56 5,706 4/8/2021
1.0.55 1,788 4/7/2021
1.0.54 600 4/7/2021
1.0.53 1,861 4/3/2021
1.0.52 7,967 3/22/2021
1.0.51 5,750 3/4/2021
1.0.50 2,136 2/26/2021
1.0.49 8,260 2/2/2021
1.0.48 3,210 1/26/2021
1.0.47 2,975 1/24/2021
1.0.46 637 1/24/2021
1.0.45 693 1/23/2021
1.0.44 3,875 1/20/2021
1.0.43 694 1/20/2021
1.0.42 2,061 1/18/2021
1.0.41 609 1/18/2021
1.0.40 2,042 1/16/2021
1.0.39 6,284 12/17/2020
1.0.38 675 12/16/2020
1.0.37 3,191 12/14/2020
1.0.36 2,096 12/9/2020
1.0.35 654 12/9/2020
1.0.34 658 12/7/2020
1.0.33 767 12/6/2020
1.0.32 719 12/2/2020
1.0.31 682 12/2/2020
1.0.30 2,176 12/1/2020
1.0.29 7,331 11/12/2020
1.0.29-atestpub 541 11/11/2020
1.0.28 3,311 10/11/2020
1.0.27 8,588 9/9/2020
1.0.26 2,604 9/3/2020
1.0.25 2,650 8/20/2020
1.0.24 6,130 8/9/2020
1.0.23 2,683 7/28/2020
1.0.22 2,620 7/19/2020
1.0.21 4,431 7/6/2020
1.0.20 6,601 6/6/2020
1.0.19 2,590 6/4/2020
1.0.18 4,360 5/29/2020
1.0.17 4,396 5/21/2020
1.0.16 740 5/17/2020
1.0.15 4,496 5/12/2020
1.0.14 8,214 5/4/2020
1.0.13 765 4/24/2020
1.0.12 744 4/22/2020
1.0.11 729 4/22/2020
1.0.10 749 4/21/2020
1.0.9 3,203 4/18/2020
1.0.8 2,552 4/16/2020
1.0.7 760 4/16/2020
1.0.6 2,231 4/15/2020
1.0.5 2,642 4/11/2020
1.0.4 2,539 4/3/2020
1.0.3 750 4/1/2020
1.0.2 2,460 3/27/2020
1.0.1 2,581 3/22/2020
1.0.0 866 3/22/2020