Ecng.Net.SocketIO 1.0.435

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.435
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.435
                    
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.435" />
                    
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.435" />
                    
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.435
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.435"
                    
#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.435
                    
#: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.435
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.435
                    
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.440 33 10/12/2025
1.0.439 39 10/11/2025
1.0.438 244 10/7/2025
1.0.437 184 10/6/2025
1.0.436 234 10/3/2025
1.0.435 202 10/1/2025
1.0.434 166 10/1/2025
1.0.433 175 9/30/2025
1.0.432 177 9/28/2025
1.0.431 193 9/25/2025
1.0.430 1,022 9/5/2025
1.0.429 206 9/2/2025
1.0.428 561 8/30/2025
1.0.427 221 8/30/2025
1.0.426 226 8/20/2025
1.0.425 170 8/20/2025
1.0.424 183 8/19/2025
1.0.423 193 8/15/2025
1.0.422 287 8/10/2025
1.0.421 999 7/16/2025
1.0.420 241 7/14/2025
1.0.419 217 7/13/2025
1.0.418 184 7/13/2025
1.0.417 173 7/12/2025
1.0.416 629 7/8/2025
1.0.415 230 7/4/2025
1.0.414 221 7/2/2025
1.0.413 381 6/24/2025
1.0.412 991 6/16/2025
1.0.411 371 6/9/2025
1.0.410 256 6/8/2025
1.0.409 578 5/21/2025
1.0.408 217 5/21/2025
1.0.407 205 5/17/2025
1.0.406 613 5/12/2025
1.0.405 306 5/12/2025
1.0.404 274 5/12/2025
1.0.403 205 5/11/2025
1.0.402 207 5/11/2025
1.0.401 161 5/10/2025
1.0.400 136 5/10/2025
1.0.399 247 5/6/2025
1.0.398 170 5/3/2025
1.0.397 340 4/17/2025
1.0.396 295 4/15/2025
1.0.395 196 4/12/2025
1.0.394 268 4/9/2025
1.0.393 222 4/6/2025
1.0.392 182 4/5/2025
1.0.391 1,048 3/22/2025
1.0.390 239 3/20/2025
1.0.389 238 3/20/2025
1.0.388 228 3/19/2025
1.0.387 796 2/26/2025
1.0.386 204 2/26/2025
1.0.385 731 2/8/2025
1.0.384 210 2/8/2025
1.0.383 184 2/8/2025
1.0.382 185 2/6/2025
1.0.381 176 2/6/2025
1.0.380 191 2/6/2025
1.0.379 199 2/6/2025
1.0.378 179 2/6/2025
1.0.377 183 2/5/2025
1.0.376 180 2/5/2025
1.0.375 195 2/5/2025
1.0.374 219 2/3/2025
1.0.373 207 2/2/2025
1.0.372 221 2/1/2025
1.0.371 198 1/31/2025
1.0.370 203 1/30/2025
1.0.369 195 1/26/2025
1.0.368 227 1/21/2025
1.0.367 204 1/20/2025
1.0.366 172 1/20/2025
1.0.365 190 1/19/2025
1.0.364 181 1/19/2025
1.0.363 206 1/15/2025
1.0.362 176 1/15/2025
1.0.361 159 1/14/2025
1.0.360 168 1/12/2025
1.0.359 155 1/12/2025
1.0.358 163 1/12/2025
1.0.357 141 1/12/2025
1.0.356 178 1/10/2025
1.0.355 1,020 12/30/2024
1.0.354 216 12/27/2024
1.0.353 243 12/19/2024
1.0.352 693 11/20/2024
1.0.351 207 11/19/2024
1.0.350 197 11/19/2024
1.0.349 757 11/18/2024
1.0.348 422 11/15/2024
1.0.347 185 11/14/2024
1.0.346 203 11/14/2024
1.0.345 202 11/14/2024
1.0.344 164 11/14/2024
1.0.343 187 11/14/2024
1.0.342 233 11/7/2024
1.0.341 242 10/31/2024
1.0.340 290 10/20/2024
1.0.339 220 10/20/2024
1.0.338 232 10/20/2024
1.0.337 223 10/19/2024
1.0.336 233 10/19/2024
1.0.335 239 10/19/2024
1.0.334 233 10/19/2024
1.0.333 233 10/19/2024
1.0.332 216 10/19/2024
1.0.331 240 10/19/2024
1.0.330 267 10/18/2024
1.0.329 229 10/17/2024
1.0.328 189 10/17/2024
1.0.327 209 10/17/2024
1.0.326 755 10/14/2024
1.0.325 196 10/13/2024
1.0.324 188 10/13/2024
1.0.323 204 10/12/2024
1.0.322 400 10/9/2024
1.0.321 207 10/9/2024
1.0.320 397 10/5/2024
1.0.319 732 9/18/2024
1.0.318 201 9/18/2024
1.0.317 218 9/18/2024
1.0.316 211 9/17/2024
1.0.315 706 9/3/2024
1.0.314 250 9/1/2024
1.0.313 919 8/9/2024
1.0.312 208 8/9/2024
1.0.311 232 8/8/2024
1.0.310 657 7/25/2024
1.0.309 220 7/23/2024
1.0.308 242 7/17/2024
1.0.307 512 7/4/2024
1.0.306 578 6/12/2024
1.0.305 218 6/12/2024
1.0.304 216 6/12/2024
1.0.303 408 5/28/2024
1.0.302 570 5/4/2024
1.0.301 367 4/23/2024
1.0.300 226 4/21/2024
1.0.299 254 4/14/2024
1.0.298 516 3/28/2024
1.0.297 293 3/17/2024
1.0.296 496 3/9/2024
1.0.295 317 2/23/2024
1.0.294 247 2/23/2024
1.0.293 452 2/18/2024
1.0.292 240 2/18/2024
1.0.291 221 2/17/2024
1.0.290 239 2/16/2024
1.0.289 359 2/14/2024
1.0.288 241 2/13/2024
1.0.287 308 2/8/2024
1.0.286 306 2/5/2024
1.0.285 226 2/4/2024
1.0.284 394 1/23/2024
1.0.283 217 1/23/2024
1.0.282 285 1/12/2024
1.0.281 645 1/2/2024
1.0.280 266 12/29/2023
1.0.279 314 12/17/2023
1.0.278 480 12/15/2023
1.0.277 246 12/15/2023
1.0.276 227 12/15/2023
1.0.275 255 12/13/2023
1.0.274 254 12/13/2023
1.0.273 257 12/10/2023
1.0.272 662 11/18/2023
1.0.271 206 11/18/2023
1.0.270 236 11/18/2023
1.0.269 212 11/17/2023
1.0.268 200 11/12/2023
1.0.267 192 11/12/2023
1.0.266 209 11/10/2023
1.0.265 174 11/10/2023
1.0.264 216 11/9/2023
1.0.263 180 11/9/2023
1.0.262 197 11/9/2023
1.0.261 223 11/3/2023
1.0.260 205 11/1/2023
1.0.259 190 11/1/2023
1.0.258 1,454 9/8/2023
1.0.257 241 9/8/2023
1.0.256 268 9/3/2023
1.0.255 335 8/27/2023
1.0.254 248 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 271 8/10/2023
1.0.248 997 7/29/2023
1.0.247 1,065 7/1/2023
1.0.246 280 6/29/2023
1.0.245 768 5/27/2023
1.0.244 320 5/21/2023
1.0.243 266 5/19/2023
1.0.242 1,056 5/8/2023
1.0.241 329 5/7/2023
1.0.240 308 5/7/2023
1.0.239 286 5/7/2023
1.0.238 339 5/1/2023
1.0.237 387 4/22/2023
1.0.236 341 4/21/2023
1.0.235 303 4/21/2023
1.0.234 1,194 4/13/2023
1.0.233 1,103 4/3/2023
1.0.232 458 3/27/2023
1.0.231 407 3/21/2023
1.0.230 405 3/17/2023
1.0.229 406 3/13/2023
1.0.228 1,159 3/6/2023
1.0.227 463 2/26/2023
1.0.226 902 2/21/2023
1.0.225 424 2/20/2023
1.0.224 441 2/16/2023
1.0.223 427 2/15/2023
1.0.222 400 2/14/2023
1.0.221 393 2/14/2023
1.0.220 1,325 2/9/2023
1.0.219 800 2/7/2023
1.0.218 455 2/4/2023
1.0.217 434 2/4/2023
1.0.216 446 2/3/2023
1.0.215 417 2/3/2023
1.0.214 413 2/3/2023
1.0.213 847 2/2/2023
1.0.212 798 1/30/2023
1.0.211 425 1/30/2023
1.0.210 485 1/25/2023
1.0.209 471 1/23/2023
1.0.208 414 1/23/2023
1.0.207 463 1/18/2023
1.0.206 478 1/15/2023
1.0.205 482 1/6/2023
1.0.204 1,389 1/1/2023
1.0.203 444 12/31/2022
1.0.202 932 12/30/2022
1.0.201 470 12/29/2022
1.0.200 478 12/23/2022
1.0.199 1,355 12/12/2022
1.0.198 1,040 12/8/2022
1.0.197 450 12/4/2022
1.0.196 451 12/4/2022
1.0.195 463 12/2/2022
1.0.194 478 11/30/2022
1.0.193 449 11/29/2022
1.0.192 447 11/28/2022
1.0.191 480 11/26/2022
1.0.190 477 11/26/2022
1.0.189 486 11/25/2022
1.0.188 476 11/25/2022
1.0.187 487 11/18/2022
1.0.186 1,564 11/11/2022
1.0.185 508 11/11/2022
1.0.184 473 11/10/2022
1.0.183 541 11/5/2022
1.0.182 512 11/4/2022
1.0.181 496 11/2/2022
1.0.180 489 11/2/2022
1.0.179 1,397 11/1/2022
1.0.178 1,622 10/16/2022
1.0.177 701 9/25/2022
1.0.176 629 9/10/2022
1.0.175 2,947 9/8/2022
1.0.174 623 9/8/2022
1.0.173 619 9/8/2022
1.0.172 599 9/4/2022
1.0.171 600 9/4/2022
1.0.170 5,323 8/24/2022
1.0.169 684 8/8/2022
1.0.168 600 8/8/2022
1.0.167 1,233 7/31/2022
1.0.166 617 7/31/2022
1.0.165 626 7/26/2022
1.0.164 597 7/26/2022
1.0.163 3,170 7/21/2022
1.0.162 648 7/19/2022
1.0.161 3,116 7/18/2022
1.0.160 661 7/13/2022
1.0.159 635 7/8/2022
1.0.158 649 6/30/2022
1.0.157 672 6/20/2022
1.0.156 624 6/18/2022
1.0.155 657 6/6/2022
1.0.154 703 5/27/2022
1.0.153 5,181 4/30/2022
1.0.152 650 4/20/2022
1.0.151 674 4/10/2022
1.0.150 640 4/7/2022
1.0.149 624 4/7/2022
1.0.148 678 4/2/2022
1.0.147 648 3/29/2022
1.0.146 629 3/27/2022
1.0.145 637 3/27/2022
1.0.144 3,887 3/24/2022
1.0.143 2,650 2/20/2022
1.0.142 604 2/20/2022
1.0.141 616 2/20/2022
1.0.140 644 2/20/2022
1.0.139 660 2/20/2022
1.0.138 623 2/20/2022
1.0.137 622 2/20/2022
1.0.136 634 2/20/2022
1.0.135 638 2/20/2022
1.0.134 626 2/19/2022
1.0.133 4,535 2/10/2022
1.0.132 736 1/27/2022
1.0.131 670 1/27/2022
1.0.130 3,535 1/24/2022
1.0.129 613 1/24/2022
1.0.128 658 1/23/2022
1.0.127 6,982 12/29/2021
1.0.126 506 12/27/2021
1.0.125 450 12/27/2021
1.0.124 463 12/27/2021
1.0.123 1,724 12/20/2021
1.0.122 501 12/17/2021
1.0.121 491 12/16/2021
1.0.120 483 12/15/2021
1.0.119 468 12/14/2021
1.0.118 485 12/14/2021
1.0.117 458 12/13/2021
1.0.116 613 12/12/2021
1.0.115 1,591 12/10/2021
1.0.114 505 12/7/2021
1.0.113 501 12/7/2021
1.0.112 1,933 12/6/2021
1.0.111 501 12/6/2021
1.0.110 502 12/5/2021
1.0.109 1,190 12/3/2021
1.0.108 996 12/3/2021
1.0.107 533 12/2/2021
1.0.106 2,417 11/29/2021
1.0.105 5,223 11/23/2021
1.0.104 489 11/23/2021
1.0.103 1,574 11/22/2021
1.0.102 584 11/17/2021
1.0.101 539 11/14/2021
1.0.100 1,698 11/13/2021
1.0.99 552 11/11/2021
1.0.98 530 11/11/2021
1.0.97 525 11/10/2021
1.0.96 530 11/9/2021
1.0.95 2,562 11/6/2021
1.0.94 557 11/6/2021
1.0.93 2,126 11/5/2021
1.0.92 589 11/5/2021
1.0.91 554 11/4/2021
1.0.90 532 11/4/2021
1.0.89 579 11/3/2021
1.0.88 641 10/30/2021
1.0.87 2,010 10/21/2021
1.0.86 607 10/17/2021
1.0.85 629 10/17/2021
1.0.84 3,000 10/14/2021
1.0.83 550 10/13/2021
1.0.82 565 10/13/2021
1.0.81 549 10/12/2021
1.0.80 2,105 10/11/2021
1.0.79 526 10/9/2021
1.0.78 1,912 10/7/2021
1.0.77 2,097 10/7/2021
1.0.76 530 10/7/2021
1.0.75 559 10/6/2021
1.0.74 616 9/28/2021
1.0.73 2,334 9/23/2021
1.0.72 661 9/11/2021
1.0.71 560 9/10/2021
1.0.70 628 9/9/2021
1.0.69 535 9/8/2021
1.0.68 589 9/8/2021
1.0.67 2,114 9/6/2021
1.0.66 663 8/31/2021
1.0.65 528 8/30/2021
1.0.64 2,569 7/31/2021
1.0.63 3,004 7/30/2021
1.0.62 646 7/26/2021
1.0.61 4,441 7/5/2021
1.0.60 601 7/1/2021
1.0.59 3,781 6/4/2021
1.0.58 5,031 4/26/2021
1.0.57 2,136 4/19/2021
1.0.56 5,686 4/8/2021
1.0.55 1,756 4/7/2021
1.0.54 576 4/7/2021
1.0.53 1,842 4/3/2021
1.0.52 7,929 3/22/2021
1.0.51 5,719 3/4/2021
1.0.50 2,112 2/26/2021
1.0.49 8,228 2/2/2021
1.0.48 3,180 1/26/2021
1.0.47 2,955 1/24/2021
1.0.46 609 1/24/2021
1.0.45 677 1/23/2021
1.0.44 3,848 1/20/2021
1.0.43 672 1/20/2021
1.0.42 2,035 1/18/2021
1.0.41 587 1/18/2021
1.0.40 2,010 1/16/2021
1.0.39 6,267 12/17/2020
1.0.38 653 12/16/2020
1.0.37 3,168 12/14/2020
1.0.36 2,080 12/9/2020
1.0.35 626 12/9/2020
1.0.34 634 12/7/2020
1.0.33 747 12/6/2020
1.0.32 695 12/2/2020
1.0.31 658 12/2/2020
1.0.30 2,152 12/1/2020
1.0.29 7,306 11/12/2020
1.0.29-atestpub 519 11/11/2020
1.0.28 3,289 10/11/2020
1.0.27 8,563 9/9/2020
1.0.26 2,582 9/3/2020
1.0.25 2,622 8/20/2020
1.0.24 6,108 8/9/2020
1.0.23 2,658 7/28/2020
1.0.22 2,595 7/19/2020
1.0.21 4,408 7/6/2020
1.0.20 6,579 6/6/2020
1.0.19 2,567 6/4/2020
1.0.18 4,339 5/29/2020
1.0.17 4,374 5/21/2020
1.0.16 718 5/17/2020
1.0.15 4,471 5/12/2020
1.0.14 8,164 5/4/2020
1.0.13 740 4/24/2020
1.0.12 726 4/22/2020
1.0.11 707 4/22/2020
1.0.10 723 4/21/2020
1.0.9 3,187 4/18/2020
1.0.8 2,523 4/16/2020
1.0.7 741 4/16/2020
1.0.6 2,210 4/15/2020
1.0.5 2,622 4/11/2020
1.0.4 2,512 4/3/2020
1.0.3 730 4/1/2020
1.0.2 2,437 3/27/2020
1.0.1 2,558 3/22/2020
1.0.0 842 3/22/2020