Ecng.Net.SocketIO 1.0.416

dotnet add package Ecng.Net.SocketIO --version 1.0.416
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.416
                    
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.416" />
                    
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.416" />
                    
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.416
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.416"
                    
#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.
#addin nuget:?package=Ecng.Net.SocketIO&version=1.0.416
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.416
                    
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.416 101 7/8/2025
1.0.415 162 7/4/2025
1.0.414 158 7/2/2025
1.0.413 299 6/24/2025
1.0.412 786 6/16/2025
1.0.411 297 6/9/2025
1.0.410 203 6/8/2025
1.0.409 452 5/21/2025
1.0.408 155 5/21/2025
1.0.407 148 5/17/2025
1.0.406 488 5/12/2025
1.0.405 227 5/12/2025
1.0.404 202 5/12/2025
1.0.403 143 5/11/2025
1.0.402 141 5/11/2025
1.0.401 84 5/10/2025
1.0.400 74 5/10/2025
1.0.399 170 5/6/2025
1.0.398 99 5/3/2025
1.0.397 267 4/17/2025
1.0.396 218 4/15/2025
1.0.395 123 4/12/2025
1.0.394 194 4/9/2025
1.0.393 150 4/6/2025
1.0.392 108 4/5/2025
1.0.391 869 3/22/2025
1.0.390 167 3/20/2025
1.0.389 161 3/20/2025
1.0.388 166 3/19/2025
1.0.387 682 2/26/2025
1.0.386 138 2/26/2025
1.0.385 597 2/8/2025
1.0.384 138 2/8/2025
1.0.383 119 2/8/2025
1.0.382 114 2/6/2025
1.0.381 110 2/6/2025
1.0.380 120 2/6/2025
1.0.379 124 2/6/2025
1.0.378 121 2/6/2025
1.0.377 133 2/5/2025
1.0.376 113 2/5/2025
1.0.375 128 2/5/2025
1.0.374 148 2/3/2025
1.0.373 133 2/2/2025
1.0.372 142 2/1/2025
1.0.371 133 1/31/2025
1.0.370 133 1/30/2025
1.0.369 138 1/26/2025
1.0.368 151 1/21/2025
1.0.367 131 1/20/2025
1.0.366 104 1/20/2025
1.0.365 120 1/19/2025
1.0.364 108 1/19/2025
1.0.363 138 1/15/2025
1.0.362 105 1/15/2025
1.0.361 88 1/14/2025
1.0.360 107 1/12/2025
1.0.359 85 1/12/2025
1.0.358 91 1/12/2025
1.0.357 87 1/12/2025
1.0.356 110 1/10/2025
1.0.355 880 12/30/2024
1.0.354 147 12/27/2024
1.0.353 171 12/19/2024
1.0.352 601 11/20/2024
1.0.351 141 11/19/2024
1.0.350 124 11/19/2024
1.0.349 620 11/18/2024
1.0.348 304 11/15/2024
1.0.347 125 11/14/2024
1.0.346 128 11/14/2024
1.0.345 126 11/14/2024
1.0.344 122 11/14/2024
1.0.343 117 11/14/2024
1.0.342 172 11/7/2024
1.0.341 173 10/31/2024
1.0.340 221 10/20/2024
1.0.339 147 10/20/2024
1.0.338 157 10/20/2024
1.0.337 164 10/19/2024
1.0.336 167 10/19/2024
1.0.335 163 10/19/2024
1.0.334 161 10/19/2024
1.0.333 168 10/19/2024
1.0.332 162 10/19/2024
1.0.331 170 10/19/2024
1.0.330 195 10/18/2024
1.0.329 169 10/17/2024
1.0.328 126 10/17/2024
1.0.327 137 10/17/2024
1.0.326 653 10/14/2024
1.0.325 130 10/13/2024
1.0.324 124 10/13/2024
1.0.323 138 10/12/2024
1.0.322 295 10/9/2024
1.0.321 137 10/9/2024
1.0.320 285 10/5/2024
1.0.319 575 9/18/2024
1.0.318 144 9/18/2024
1.0.317 159 9/18/2024
1.0.316 153 9/17/2024
1.0.315 536 9/3/2024
1.0.314 175 9/1/2024
1.0.313 762 8/9/2024
1.0.312 151 8/9/2024
1.0.311 162 8/8/2024
1.0.310 483 7/25/2024
1.0.309 150 7/23/2024
1.0.308 175 7/17/2024
1.0.307 427 7/4/2024
1.0.306 483 6/12/2024
1.0.305 147 6/12/2024
1.0.304 152 6/12/2024
1.0.303 327 5/28/2024
1.0.302 474 5/4/2024
1.0.301 292 4/23/2024
1.0.300 157 4/21/2024
1.0.299 185 4/14/2024
1.0.298 423 3/28/2024
1.0.297 221 3/17/2024
1.0.296 416 3/9/2024
1.0.295 254 2/23/2024
1.0.294 174 2/23/2024
1.0.293 363 2/18/2024
1.0.292 174 2/18/2024
1.0.291 158 2/17/2024
1.0.290 159 2/16/2024
1.0.289 279 2/14/2024
1.0.288 174 2/13/2024
1.0.287 245 2/8/2024
1.0.286 226 2/5/2024
1.0.285 156 2/4/2024
1.0.284 311 1/23/2024
1.0.283 145 1/23/2024
1.0.282 224 1/12/2024
1.0.281 571 1/2/2024
1.0.280 193 12/29/2023
1.0.279 256 12/17/2023
1.0.278 413 12/15/2023
1.0.277 176 12/15/2023
1.0.276 157 12/15/2023
1.0.275 188 12/13/2023
1.0.274 176 12/13/2023
1.0.273 187 12/10/2023
1.0.272 590 11/18/2023
1.0.271 157 11/18/2023
1.0.270 189 11/18/2023
1.0.269 165 11/17/2023
1.0.268 169 11/12/2023
1.0.267 152 11/12/2023
1.0.266 172 11/10/2023
1.0.265 128 11/10/2023
1.0.264 174 11/9/2023
1.0.263 137 11/9/2023
1.0.262 157 11/9/2023
1.0.261 191 11/3/2023
1.0.260 153 11/1/2023
1.0.259 147 11/1/2023
1.0.258 1,371 9/8/2023
1.0.257 184 9/8/2023
1.0.256 210 9/3/2023
1.0.255 276 8/27/2023
1.0.254 192 8/24/2023
1.0.253 189 8/21/2023
1.0.252 236 8/15/2023
1.0.251 205 8/14/2023
1.0.250 190 8/14/2023
1.0.249 211 8/10/2023
1.0.248 927 7/29/2023
1.0.247 975 7/1/2023
1.0.246 217 6/29/2023
1.0.245 673 5/27/2023
1.0.244 253 5/21/2023
1.0.243 198 5/19/2023
1.0.242 976 5/8/2023
1.0.241 265 5/7/2023
1.0.240 238 5/7/2023
1.0.239 223 5/7/2023
1.0.238 274 5/1/2023
1.0.237 335 4/22/2023
1.0.236 272 4/21/2023
1.0.235 238 4/21/2023
1.0.234 1,106 4/13/2023
1.0.233 986 4/3/2023
1.0.232 388 3/27/2023
1.0.231 353 3/21/2023
1.0.230 337 3/17/2023
1.0.229 361 3/13/2023
1.0.228 1,075 3/6/2023
1.0.227 401 2/26/2023
1.0.226 806 2/21/2023
1.0.225 360 2/20/2023
1.0.224 374 2/16/2023
1.0.223 352 2/15/2023
1.0.222 332 2/14/2023
1.0.221 326 2/14/2023
1.0.220 1,213 2/9/2023
1.0.219 712 2/7/2023
1.0.218 382 2/4/2023
1.0.217 369 2/4/2023
1.0.216 378 2/3/2023
1.0.215 365 2/3/2023
1.0.214 359 2/3/2023
1.0.213 747 2/2/2023
1.0.212 719 1/30/2023
1.0.211 351 1/30/2023
1.0.210 415 1/25/2023
1.0.209 401 1/23/2023
1.0.208 348 1/23/2023
1.0.207 400 1/18/2023
1.0.206 397 1/15/2023
1.0.205 407 1/6/2023
1.0.204 1,299 1/1/2023
1.0.203 373 12/31/2022
1.0.202 846 12/30/2022
1.0.201 396 12/29/2022
1.0.200 408 12/23/2022
1.0.199 1,295 12/12/2022
1.0.198 959 12/8/2022
1.0.197 406 12/4/2022
1.0.196 385 12/4/2022
1.0.195 412 12/2/2022
1.0.194 405 11/30/2022
1.0.193 388 11/29/2022
1.0.192 379 11/28/2022
1.0.191 417 11/26/2022
1.0.190 410 11/26/2022
1.0.189 413 11/25/2022
1.0.188 404 11/25/2022
1.0.187 431 11/18/2022
1.0.186 1,481 11/11/2022
1.0.185 439 11/11/2022
1.0.184 415 11/10/2022
1.0.183 466 11/5/2022
1.0.182 442 11/4/2022
1.0.181 423 11/2/2022
1.0.180 413 11/2/2022
1.0.179 1,313 11/1/2022
1.0.178 1,536 10/16/2022
1.0.177 626 9/25/2022
1.0.176 567 9/10/2022
1.0.175 2,829 9/8/2022
1.0.174 540 9/8/2022
1.0.173 543 9/8/2022
1.0.172 530 9/4/2022
1.0.171 527 9/4/2022
1.0.170 5,194 8/24/2022
1.0.169 609 8/8/2022
1.0.168 531 8/8/2022
1.0.167 1,156 7/31/2022
1.0.166 546 7/31/2022
1.0.165 538 7/26/2022
1.0.164 529 7/26/2022
1.0.163 3,079 7/21/2022
1.0.162 585 7/19/2022
1.0.161 3,021 7/18/2022
1.0.160 583 7/13/2022
1.0.159 560 7/8/2022
1.0.158 574 6/30/2022
1.0.157 598 6/20/2022
1.0.156 551 6/18/2022
1.0.155 583 6/6/2022
1.0.154 633 5/27/2022
1.0.153 5,048 4/30/2022
1.0.152 577 4/20/2022
1.0.151 612 4/10/2022
1.0.150 580 4/7/2022
1.0.149 557 4/7/2022
1.0.148 598 4/2/2022
1.0.147 574 3/29/2022
1.0.146 552 3/27/2022
1.0.145 574 3/27/2022
1.0.144 3,775 3/24/2022
1.0.143 2,535 2/20/2022
1.0.142 529 2/20/2022
1.0.141 541 2/20/2022
1.0.140 564 2/20/2022
1.0.139 582 2/20/2022
1.0.138 550 2/20/2022
1.0.137 546 2/20/2022
1.0.136 573 2/20/2022
1.0.135 555 2/20/2022
1.0.134 571 2/19/2022
1.0.133 4,410 2/10/2022
1.0.132 668 1/27/2022
1.0.131 596 1/27/2022
1.0.130 3,427 1/24/2022
1.0.129 539 1/24/2022
1.0.128 582 1/23/2022
1.0.127 6,768 12/29/2021
1.0.126 429 12/27/2021
1.0.125 388 12/27/2021
1.0.124 399 12/27/2021
1.0.123 1,606 12/20/2021
1.0.122 444 12/17/2021
1.0.121 435 12/16/2021
1.0.120 417 12/15/2021
1.0.119 406 12/14/2021
1.0.118 411 12/14/2021
1.0.117 404 12/13/2021
1.0.116 540 12/12/2021
1.0.115 1,487 12/10/2021
1.0.114 435 12/7/2021
1.0.113 442 12/7/2021
1.0.112 1,825 12/6/2021
1.0.111 422 12/6/2021
1.0.110 443 12/5/2021
1.0.109 1,122 12/3/2021
1.0.108 927 12/3/2021
1.0.107 454 12/2/2021
1.0.106 2,329 11/29/2021
1.0.105 5,148 11/23/2021
1.0.104 426 11/23/2021
1.0.103 1,487 11/22/2021
1.0.102 514 11/17/2021
1.0.101 462 11/14/2021
1.0.100 1,607 11/13/2021
1.0.99 473 11/11/2021
1.0.98 459 11/11/2021
1.0.97 458 11/10/2021
1.0.96 467 11/9/2021
1.0.95 2,466 11/6/2021
1.0.94 486 11/6/2021
1.0.93 2,002 11/5/2021
1.0.92 511 11/5/2021
1.0.91 479 11/4/2021
1.0.90 481 11/4/2021
1.0.89 503 11/3/2021
1.0.88 558 10/30/2021
1.0.87 1,893 10/21/2021
1.0.86 538 10/17/2021
1.0.85 575 10/17/2021
1.0.84 2,884 10/14/2021
1.0.83 474 10/13/2021
1.0.82 491 10/13/2021
1.0.81 471 10/12/2021
1.0.80 1,985 10/11/2021
1.0.79 459 10/9/2021
1.0.78 1,796 10/7/2021
1.0.77 1,998 10/7/2021
1.0.76 454 10/7/2021
1.0.75 485 10/6/2021
1.0.74 539 9/28/2021
1.0.73 2,240 9/23/2021
1.0.72 584 9/11/2021
1.0.71 482 9/10/2021
1.0.70 551 9/9/2021
1.0.69 468 9/8/2021
1.0.68 527 9/8/2021
1.0.67 1,997 9/6/2021
1.0.66 599 8/31/2021
1.0.65 463 8/30/2021
1.0.64 2,466 7/31/2021
1.0.63 2,850 7/30/2021
1.0.62 571 7/26/2021
1.0.61 4,254 7/5/2021
1.0.60 533 7/1/2021
1.0.59 3,654 6/4/2021
1.0.58 4,862 4/26/2021
1.0.57 2,024 4/19/2021
1.0.56 5,461 4/8/2021
1.0.55 1,651 4/7/2021
1.0.54 497 4/7/2021
1.0.53 1,749 4/3/2021
1.0.52 7,678 3/22/2021
1.0.51 5,536 3/4/2021
1.0.50 2,006 2/26/2021
1.0.49 7,994 2/2/2021
1.0.48 3,082 1/26/2021
1.0.47 2,810 1/24/2021
1.0.46 530 1/24/2021
1.0.45 611 1/23/2021
1.0.44 3,727 1/20/2021
1.0.43 595 1/20/2021
1.0.42 1,941 1/18/2021
1.0.41 516 1/18/2021
1.0.40 1,899 1/16/2021
1.0.39 6,077 12/17/2020
1.0.38 579 12/16/2020
1.0.37 3,032 12/14/2020
1.0.36 1,987 12/9/2020
1.0.35 546 12/9/2020
1.0.34 558 12/7/2020
1.0.33 666 12/6/2020
1.0.32 612 12/2/2020
1.0.31 581 12/2/2020
1.0.30 2,064 12/1/2020
1.0.29 7,060 11/12/2020
1.0.29-atestpub 452 11/11/2020
1.0.28 3,166 10/11/2020
1.0.27 8,298 9/9/2020
1.0.26 2,448 9/3/2020
1.0.25 2,502 8/20/2020
1.0.24 5,904 8/9/2020
1.0.23 2,538 7/28/2020
1.0.22 2,461 7/19/2020
1.0.21 4,237 7/6/2020
1.0.20 6,385 6/6/2020
1.0.19 2,448 6/4/2020
1.0.18 4,175 5/29/2020
1.0.17 4,205 5/21/2020
1.0.16 653 5/17/2020
1.0.15 4,274 5/12/2020
1.0.14 7,850 5/4/2020
1.0.13 666 4/24/2020
1.0.12 666 4/22/2020
1.0.11 625 4/22/2020
1.0.10 659 4/21/2020
1.0.9 3,089 4/18/2020
1.0.8 2,412 4/16/2020
1.0.7 664 4/16/2020
1.0.6 2,112 4/15/2020
1.0.5 2,473 4/11/2020
1.0.4 2,384 4/3/2020
1.0.3 655 4/1/2020
1.0.2 2,323 3/27/2020
1.0.1 2,443 3/22/2020
1.0.0 763 3/22/2020

expand Net.Client and SocketIO docs
Remove Tests README
Expand project README descriptions