Ecng.Net.SocketIO 1.0.446

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.446
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.446
                    
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.446" />
                    
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.446" />
                    
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.446
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.446"
                    
#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.446
                    
#: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.446
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.446
                    
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.458 0 11/23/2025
1.0.457 0 11/23/2025
1.0.456 116 11/22/2025
1.0.455 355 11/20/2025
1.0.454 323 11/20/2025
1.0.453 328 11/20/2025
1.0.452 387 11/18/2025
1.0.451 370 11/18/2025
1.0.450 309 11/13/2025
1.0.449 248 11/10/2025
1.0.448 1,071 11/1/2025
1.0.447 175 10/31/2025
1.0.446 187 10/28/2025
1.0.445 202 10/27/2025
1.0.444 178 10/27/2025
1.0.443 105 10/25/2025
1.0.442 131 10/24/2025
1.0.441 242 10/20/2025
1.0.440 279 10/12/2025
1.0.439 127 10/11/2025
1.0.438 269 10/7/2025
1.0.437 204 10/6/2025
1.0.436 251 10/3/2025
1.0.435 223 10/1/2025
1.0.434 188 10/1/2025
1.0.433 191 9/30/2025
1.0.432 193 9/28/2025
1.0.431 207 9/25/2025
1.0.430 2,587 9/5/2025
1.0.429 224 9/2/2025
1.0.428 577 8/30/2025
1.0.427 240 8/30/2025
1.0.426 247 8/20/2025
1.0.425 189 8/20/2025
1.0.424 203 8/19/2025
1.0.423 209 8/15/2025
1.0.422 303 8/10/2025
1.0.421 1,025 7/16/2025
1.0.420 256 7/14/2025
1.0.419 231 7/13/2025
1.0.418 204 7/13/2025
1.0.417 187 7/12/2025
1.0.416 646 7/8/2025
1.0.415 245 7/4/2025
1.0.414 235 7/2/2025
1.0.413 402 6/24/2025
1.0.412 1,012 6/16/2025
1.0.411 389 6/9/2025
1.0.410 268 6/8/2025
1.0.409 598 5/21/2025
1.0.408 243 5/21/2025
1.0.407 225 5/17/2025
1.0.406 633 5/12/2025
1.0.405 325 5/12/2025
1.0.404 294 5/12/2025
1.0.403 220 5/11/2025
1.0.402 224 5/11/2025
1.0.401 181 5/10/2025
1.0.400 148 5/10/2025
1.0.399 271 5/6/2025
1.0.398 194 5/3/2025
1.0.397 360 4/17/2025
1.0.396 312 4/15/2025
1.0.395 212 4/12/2025
1.0.394 287 4/9/2025
1.0.393 246 4/6/2025
1.0.392 200 4/5/2025
1.0.391 1,065 3/22/2025
1.0.390 258 3/20/2025
1.0.389 257 3/20/2025
1.0.388 245 3/19/2025
1.0.387 815 2/26/2025
1.0.386 226 2/26/2025
1.0.385 743 2/8/2025
1.0.384 229 2/8/2025
1.0.383 204 2/8/2025
1.0.382 206 2/6/2025
1.0.381 194 2/6/2025
1.0.380 208 2/6/2025
1.0.379 214 2/6/2025
1.0.378 193 2/6/2025
1.0.377 196 2/5/2025
1.0.376 202 2/5/2025
1.0.375 218 2/5/2025
1.0.374 240 2/3/2025
1.0.373 224 2/2/2025
1.0.372 241 2/1/2025
1.0.371 223 1/31/2025
1.0.370 224 1/30/2025
1.0.369 209 1/26/2025
1.0.368 246 1/21/2025
1.0.367 228 1/20/2025
1.0.366 196 1/20/2025
1.0.365 209 1/19/2025
1.0.364 199 1/19/2025
1.0.363 225 1/15/2025
1.0.362 197 1/15/2025
1.0.361 183 1/14/2025
1.0.360 181 1/12/2025
1.0.359 172 1/12/2025
1.0.358 183 1/12/2025
1.0.357 155 1/12/2025
1.0.356 201 1/10/2025
1.0.355 1,038 12/30/2024
1.0.354 232 12/27/2024
1.0.353 259 12/19/2024
1.0.352 711 11/20/2024
1.0.351 232 11/19/2024
1.0.350 217 11/19/2024
1.0.349 776 11/18/2024
1.0.348 447 11/15/2024
1.0.347 200 11/14/2024
1.0.346 221 11/14/2024
1.0.345 225 11/14/2024
1.0.344 177 11/14/2024
1.0.343 205 11/14/2024
1.0.342 246 11/7/2024
1.0.341 257 10/31/2024
1.0.340 308 10/20/2024
1.0.339 240 10/20/2024
1.0.338 251 10/20/2024
1.0.337 242 10/19/2024
1.0.336 254 10/19/2024
1.0.335 254 10/19/2024
1.0.334 255 10/19/2024
1.0.333 254 10/19/2024
1.0.332 233 10/19/2024
1.0.331 257 10/19/2024
1.0.330 289 10/18/2024
1.0.329 248 10/17/2024
1.0.328 207 10/17/2024
1.0.327 226 10/17/2024
1.0.326 779 10/14/2024
1.0.325 214 10/13/2024
1.0.324 211 10/13/2024
1.0.323 225 10/12/2024
1.0.322 424 10/9/2024
1.0.321 225 10/9/2024
1.0.320 417 10/5/2024
1.0.319 753 9/18/2024
1.0.318 214 9/18/2024
1.0.317 233 9/18/2024
1.0.316 227 9/17/2024
1.0.315 724 9/3/2024
1.0.314 269 9/1/2024
1.0.313 937 8/9/2024
1.0.312 228 8/9/2024
1.0.311 248 8/8/2024
1.0.310 683 7/25/2024
1.0.309 243 7/23/2024
1.0.308 266 7/17/2024
1.0.307 532 7/4/2024
1.0.306 595 6/12/2024
1.0.305 237 6/12/2024
1.0.304 233 6/12/2024
1.0.303 427 5/28/2024
1.0.302 593 5/4/2024
1.0.301 386 4/23/2024
1.0.300 247 4/21/2024
1.0.299 277 4/14/2024
1.0.298 541 3/28/2024
1.0.297 311 3/17/2024
1.0.296 516 3/9/2024
1.0.295 334 2/23/2024
1.0.294 266 2/23/2024
1.0.293 475 2/18/2024
1.0.292 260 2/18/2024
1.0.291 236 2/17/2024
1.0.290 256 2/16/2024
1.0.289 374 2/14/2024
1.0.288 259 2/13/2024
1.0.287 326 2/8/2024
1.0.286 326 2/5/2024
1.0.285 247 2/4/2024
1.0.284 417 1/23/2024
1.0.283 235 1/23/2024
1.0.282 304 1/12/2024
1.0.281 671 1/2/2024
1.0.280 284 12/29/2023
1.0.279 334 12/17/2023
1.0.278 496 12/15/2023
1.0.277 263 12/15/2023
1.0.276 248 12/15/2023
1.0.275 278 12/13/2023
1.0.274 272 12/13/2023
1.0.273 279 12/10/2023
1.0.272 676 11/18/2023
1.0.271 221 11/18/2023
1.0.270 248 11/18/2023
1.0.269 225 11/17/2023
1.0.268 206 11/12/2023
1.0.267 203 11/12/2023
1.0.266 220 11/10/2023
1.0.265 187 11/10/2023
1.0.264 230 11/9/2023
1.0.263 189 11/9/2023
1.0.262 210 11/9/2023
1.0.261 236 11/3/2023
1.0.260 217 11/1/2023
1.0.259 203 11/1/2023
1.0.258 1,465 9/8/2023
1.0.257 257 9/8/2023
1.0.256 276 9/3/2023
1.0.255 342 8/27/2023
1.0.254 261 8/24/2023
1.0.253 237 8/21/2023
1.0.252 307 8/15/2023
1.0.251 277 8/14/2023
1.0.250 258 8/14/2023
1.0.249 285 8/10/2023
1.0.248 1,005 7/29/2023
1.0.247 1,079 7/1/2023
1.0.246 296 6/29/2023
1.0.245 786 5/27/2023
1.0.244 341 5/21/2023
1.0.243 286 5/19/2023
1.0.242 1,069 5/8/2023
1.0.241 344 5/7/2023
1.0.240 327 5/7/2023
1.0.239 304 5/7/2023
1.0.238 356 5/1/2023
1.0.237 401 4/22/2023
1.0.236 358 4/21/2023
1.0.235 320 4/21/2023
1.0.234 1,210 4/13/2023
1.0.233 1,122 4/3/2023
1.0.232 474 3/27/2023
1.0.231 418 3/21/2023
1.0.230 419 3/17/2023
1.0.229 417 3/13/2023
1.0.228 1,170 3/6/2023
1.0.227 483 2/26/2023
1.0.226 925 2/21/2023
1.0.225 439 2/20/2023
1.0.224 456 2/16/2023
1.0.223 444 2/15/2023
1.0.222 413 2/14/2023
1.0.221 415 2/14/2023
1.0.220 1,340 2/9/2023
1.0.219 818 2/7/2023
1.0.218 469 2/4/2023
1.0.217 451 2/4/2023
1.0.216 466 2/3/2023
1.0.215 431 2/3/2023
1.0.214 423 2/3/2023
1.0.213 869 2/2/2023
1.0.212 816 1/30/2023
1.0.211 446 1/30/2023
1.0.210 494 1/25/2023
1.0.209 492 1/23/2023
1.0.208 436 1/23/2023
1.0.207 474 1/18/2023
1.0.206 498 1/15/2023
1.0.205 497 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 486 12/29/2022
1.0.200 493 12/23/2022
1.0.199 1,374 12/12/2022
1.0.198 1,055 12/8/2022
1.0.197 467 12/4/2022
1.0.196 467 12/4/2022
1.0.195 477 12/2/2022
1.0.194 497 11/30/2022
1.0.193 465 11/29/2022
1.0.192 463 11/28/2022
1.0.191 498 11/26/2022
1.0.190 494 11/26/2022
1.0.189 504 11/25/2022
1.0.188 497 11/25/2022
1.0.187 510 11/18/2022
1.0.186 1,580 11/11/2022
1.0.185 531 11/11/2022
1.0.184 494 11/10/2022
1.0.183 556 11/5/2022
1.0.182 529 11/4/2022
1.0.181 514 11/2/2022
1.0.180 506 11/2/2022
1.0.179 1,416 11/1/2022
1.0.178 1,642 10/16/2022
1.0.177 721 9/25/2022
1.0.176 648 9/10/2022
1.0.175 2,967 9/8/2022
1.0.174 637 9/8/2022
1.0.173 637 9/8/2022
1.0.172 615 9/4/2022
1.0.171 619 9/4/2022
1.0.170 5,339 8/24/2022
1.0.169 699 8/8/2022
1.0.168 616 8/8/2022
1.0.167 1,252 7/31/2022
1.0.166 632 7/31/2022
1.0.165 650 7/26/2022
1.0.164 616 7/26/2022
1.0.163 3,183 7/21/2022
1.0.162 665 7/19/2022
1.0.161 3,135 7/18/2022
1.0.160 676 7/13/2022
1.0.159 658 7/8/2022
1.0.158 671 6/30/2022
1.0.157 691 6/20/2022
1.0.156 639 6/18/2022
1.0.155 678 6/6/2022
1.0.154 730 5/27/2022
1.0.153 5,194 4/30/2022
1.0.152 672 4/20/2022
1.0.151 696 4/10/2022
1.0.150 663 4/7/2022
1.0.149 645 4/7/2022
1.0.148 700 4/2/2022
1.0.147 667 3/29/2022
1.0.146 650 3/27/2022
1.0.145 655 3/27/2022
1.0.144 3,907 3/24/2022
1.0.143 2,671 2/20/2022
1.0.142 627 2/20/2022
1.0.141 640 2/20/2022
1.0.140 666 2/20/2022
1.0.139 682 2/20/2022
1.0.138 648 2/20/2022
1.0.137 643 2/20/2022
1.0.136 657 2/20/2022
1.0.135 662 2/20/2022
1.0.134 649 2/19/2022
1.0.133 4,554 2/10/2022
1.0.132 765 1/27/2022
1.0.131 693 1/27/2022
1.0.130 3,553 1/24/2022
1.0.129 635 1/24/2022
1.0.128 678 1/23/2022
1.0.127 7,002 12/29/2021
1.0.126 529 12/27/2021
1.0.125 469 12/27/2021
1.0.124 487 12/27/2021
1.0.123 1,742 12/20/2021
1.0.122 528 12/17/2021
1.0.121 517 12/16/2021
1.0.120 506 12/15/2021
1.0.119 489 12/14/2021
1.0.118 515 12/14/2021
1.0.117 474 12/13/2021
1.0.116 634 12/12/2021
1.0.115 1,614 12/10/2021
1.0.114 526 12/7/2021
1.0.113 521 12/7/2021
1.0.112 1,959 12/6/2021
1.0.111 519 12/6/2021
1.0.110 528 12/5/2021
1.0.109 1,210 12/3/2021
1.0.108 1,023 12/3/2021
1.0.107 557 12/2/2021
1.0.106 2,439 11/29/2021
1.0.105 5,249 11/23/2021
1.0.104 511 11/23/2021
1.0.103 1,600 11/22/2021
1.0.102 603 11/17/2021
1.0.101 562 11/14/2021
1.0.100 1,730 11/13/2021
1.0.99 574 11/11/2021
1.0.98 561 11/11/2021
1.0.97 547 11/10/2021
1.0.96 550 11/9/2021
1.0.95 2,583 11/6/2021
1.0.94 587 11/6/2021
1.0.93 2,153 11/5/2021
1.0.92 612 11/5/2021
1.0.91 576 11/4/2021
1.0.90 550 11/4/2021
1.0.89 600 11/3/2021
1.0.88 668 10/30/2021
1.0.87 2,028 10/21/2021
1.0.86 633 10/17/2021
1.0.85 647 10/17/2021
1.0.84 3,029 10/14/2021
1.0.83 570 10/13/2021
1.0.82 593 10/13/2021
1.0.81 571 10/12/2021
1.0.80 2,124 10/11/2021
1.0.79 552 10/9/2021
1.0.78 1,938 10/7/2021
1.0.77 2,134 10/7/2021
1.0.76 554 10/7/2021
1.0.75 581 10/6/2021
1.0.74 637 9/28/2021
1.0.73 2,350 9/23/2021
1.0.72 688 9/11/2021
1.0.71 587 9/10/2021
1.0.70 651 9/9/2021
1.0.69 555 9/8/2021
1.0.68 613 9/8/2021
1.0.67 2,140 9/6/2021
1.0.66 683 8/31/2021
1.0.65 547 8/30/2021
1.0.64 2,593 7/31/2021
1.0.63 3,024 7/30/2021
1.0.62 668 7/26/2021
1.0.61 4,468 7/5/2021
1.0.60 627 7/1/2021
1.0.59 3,801 6/4/2021
1.0.58 5,052 4/26/2021
1.0.57 2,164 4/19/2021
1.0.56 5,707 4/8/2021
1.0.55 1,792 4/7/2021
1.0.54 603 4/7/2021
1.0.53 1,862 4/3/2021
1.0.52 7,969 3/22/2021
1.0.51 5,752 3/4/2021
1.0.50 2,138 2/26/2021
1.0.49 8,262 2/2/2021
1.0.48 3,214 1/26/2021
1.0.47 2,979 1/24/2021
1.0.46 639 1/24/2021
1.0.45 696 1/23/2021
1.0.44 3,878 1/20/2021
1.0.43 696 1/20/2021
1.0.42 2,064 1/18/2021
1.0.41 611 1/18/2021
1.0.40 2,045 1/16/2021
1.0.39 6,289 12/17/2020
1.0.38 678 12/16/2020
1.0.37 3,193 12/14/2020
1.0.36 2,100 12/9/2020
1.0.35 658 12/9/2020
1.0.34 661 12/7/2020
1.0.33 770 12/6/2020
1.0.32 721 12/2/2020
1.0.31 687 12/2/2020
1.0.30 2,179 12/1/2020
1.0.29 7,335 11/12/2020
1.0.29-atestpub 546 11/11/2020
1.0.28 3,314 10/11/2020
1.0.27 8,593 9/9/2020
1.0.26 2,608 9/3/2020
1.0.25 2,655 8/20/2020
1.0.24 6,138 8/9/2020
1.0.23 2,688 7/28/2020
1.0.22 2,624 7/19/2020
1.0.21 4,434 7/6/2020
1.0.20 6,605 6/6/2020
1.0.19 2,593 6/4/2020
1.0.18 4,363 5/29/2020
1.0.17 4,403 5/21/2020
1.0.16 746 5/17/2020
1.0.15 4,501 5/12/2020
1.0.14 8,218 5/4/2020
1.0.13 770 4/24/2020
1.0.12 748 4/22/2020
1.0.11 735 4/22/2020
1.0.10 753 4/21/2020
1.0.9 3,207 4/18/2020
1.0.8 2,555 4/16/2020
1.0.7 764 4/16/2020
1.0.6 2,236 4/15/2020
1.0.5 2,647 4/11/2020
1.0.4 2,542 4/3/2020
1.0.3 753 4/1/2020
1.0.2 2,464 3/27/2020
1.0.1 2,585 3/22/2020
1.0.0 870 3/22/2020