Ecng.Net.SocketIO 1.0.434

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.434
                    
NuGet\Install-Package Ecng.Net.SocketIO -Version 1.0.434
                    
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.434" />
                    
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.434" />
                    
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.434
                    
#r "nuget: Ecng.Net.SocketIO, 1.0.434"
                    
#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.434
                    
#: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.434
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Net.SocketIO&version=1.0.434
                    
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 115 10/12/2025
1.0.439 76 10/11/2025
1.0.438 251 10/7/2025
1.0.437 187 10/6/2025
1.0.436 237 10/3/2025
1.0.435 206 10/1/2025
1.0.434 170 10/1/2025
1.0.433 178 9/30/2025
1.0.432 180 9/28/2025
1.0.431 196 9/25/2025
1.0.430 1,095 9/5/2025
1.0.429 211 9/2/2025
1.0.428 564 8/30/2025
1.0.427 224 8/30/2025
1.0.426 229 8/20/2025
1.0.425 173 8/20/2025
1.0.424 187 8/19/2025
1.0.423 196 8/15/2025
1.0.422 290 8/10/2025
1.0.421 1,002 7/16/2025
1.0.420 244 7/14/2025
1.0.419 220 7/13/2025
1.0.418 187 7/13/2025
1.0.417 176 7/12/2025
1.0.416 632 7/8/2025
1.0.415 233 7/4/2025
1.0.414 224 7/2/2025
1.0.413 385 6/24/2025
1.0.412 996 6/16/2025
1.0.411 375 6/9/2025
1.0.410 258 6/8/2025
1.0.409 583 5/21/2025
1.0.408 221 5/21/2025
1.0.407 208 5/17/2025
1.0.406 618 5/12/2025
1.0.405 310 5/12/2025
1.0.404 279 5/12/2025
1.0.403 208 5/11/2025
1.0.402 210 5/11/2025
1.0.401 166 5/10/2025
1.0.400 139 5/10/2025
1.0.399 251 5/6/2025
1.0.398 176 5/3/2025
1.0.397 343 4/17/2025
1.0.396 299 4/15/2025
1.0.395 199 4/12/2025
1.0.394 271 4/9/2025
1.0.393 226 4/6/2025
1.0.392 185 4/5/2025
1.0.391 1,051 3/22/2025
1.0.390 242 3/20/2025
1.0.389 241 3/20/2025
1.0.388 231 3/19/2025
1.0.387 800 2/26/2025
1.0.386 207 2/26/2025
1.0.385 734 2/8/2025
1.0.384 215 2/8/2025
1.0.383 188 2/8/2025
1.0.382 188 2/6/2025
1.0.381 179 2/6/2025
1.0.380 194 2/6/2025
1.0.379 202 2/6/2025
1.0.378 183 2/6/2025
1.0.377 186 2/5/2025
1.0.376 184 2/5/2025
1.0.375 199 2/5/2025
1.0.374 222 2/3/2025
1.0.373 211 2/2/2025
1.0.372 224 2/1/2025
1.0.371 203 1/31/2025
1.0.370 208 1/30/2025
1.0.369 198 1/26/2025
1.0.368 231 1/21/2025
1.0.367 209 1/20/2025
1.0.366 178 1/20/2025
1.0.365 193 1/19/2025
1.0.364 185 1/19/2025
1.0.363 209 1/15/2025
1.0.362 181 1/15/2025
1.0.361 163 1/14/2025
1.0.360 171 1/12/2025
1.0.359 159 1/12/2025
1.0.358 167 1/12/2025
1.0.357 144 1/12/2025
1.0.356 183 1/10/2025
1.0.355 1,023 12/30/2024
1.0.354 221 12/27/2024
1.0.353 247 12/19/2024
1.0.352 697 11/20/2024
1.0.351 211 11/19/2024
1.0.350 200 11/19/2024
1.0.349 760 11/18/2024
1.0.348 426 11/15/2024
1.0.347 188 11/14/2024
1.0.346 207 11/14/2024
1.0.345 207 11/14/2024
1.0.344 167 11/14/2024
1.0.343 192 11/14/2024
1.0.342 236 11/7/2024
1.0.341 245 10/31/2024
1.0.340 294 10/20/2024
1.0.339 223 10/20/2024
1.0.338 235 10/20/2024
1.0.337 228 10/19/2024
1.0.336 238 10/19/2024
1.0.335 242 10/19/2024
1.0.334 238 10/19/2024
1.0.333 240 10/19/2024
1.0.332 219 10/19/2024
1.0.331 243 10/19/2024
1.0.330 271 10/18/2024
1.0.329 234 10/17/2024
1.0.328 195 10/17/2024
1.0.327 213 10/17/2024
1.0.326 758 10/14/2024
1.0.325 199 10/13/2024
1.0.324 194 10/13/2024
1.0.323 207 10/12/2024
1.0.322 405 10/9/2024
1.0.321 210 10/9/2024
1.0.320 402 10/5/2024
1.0.319 736 9/18/2024
1.0.318 204 9/18/2024
1.0.317 221 9/18/2024
1.0.316 214 9/17/2024
1.0.315 709 9/3/2024
1.0.314 254 9/1/2024
1.0.313 921 8/9/2024
1.0.312 211 8/9/2024
1.0.311 234 8/8/2024
1.0.310 662 7/25/2024
1.0.309 223 7/23/2024
1.0.308 246 7/17/2024
1.0.307 515 7/4/2024
1.0.306 583 6/12/2024
1.0.305 221 6/12/2024
1.0.304 219 6/12/2024
1.0.303 411 5/28/2024
1.0.302 574 5/4/2024
1.0.301 372 4/23/2024
1.0.300 230 4/21/2024
1.0.299 258 4/14/2024
1.0.298 520 3/28/2024
1.0.297 296 3/17/2024
1.0.296 499 3/9/2024
1.0.295 320 2/23/2024
1.0.294 252 2/23/2024
1.0.293 456 2/18/2024
1.0.292 243 2/18/2024
1.0.291 225 2/17/2024
1.0.290 244 2/16/2024
1.0.289 364 2/14/2024
1.0.288 245 2/13/2024
1.0.287 311 2/8/2024
1.0.286 310 2/5/2024
1.0.285 232 2/4/2024
1.0.284 399 1/23/2024
1.0.283 220 1/23/2024
1.0.282 288 1/12/2024
1.0.281 649 1/2/2024
1.0.280 271 12/29/2023
1.0.279 318 12/17/2023
1.0.278 483 12/15/2023
1.0.277 250 12/15/2023
1.0.276 231 12/15/2023
1.0.275 260 12/13/2023
1.0.274 259 12/13/2023
1.0.273 262 12/10/2023
1.0.272 664 11/18/2023
1.0.271 211 11/18/2023
1.0.270 238 11/18/2023
1.0.269 214 11/17/2023
1.0.268 201 11/12/2023
1.0.267 194 11/12/2023
1.0.266 210 11/10/2023
1.0.265 177 11/10/2023
1.0.264 217 11/9/2023
1.0.263 181 11/9/2023
1.0.262 198 11/9/2023
1.0.261 225 11/3/2023
1.0.260 206 11/1/2023
1.0.259 192 11/1/2023
1.0.258 1,455 9/8/2023
1.0.257 242 9/8/2023
1.0.256 269 9/3/2023
1.0.255 337 8/27/2023
1.0.254 249 8/24/2023
1.0.253 235 8/21/2023
1.0.252 297 8/15/2023
1.0.251 267 8/14/2023
1.0.250 252 8/14/2023
1.0.249 274 8/10/2023
1.0.248 999 7/29/2023
1.0.247 1,066 7/1/2023
1.0.246 282 6/29/2023
1.0.245 773 5/27/2023
1.0.244 321 5/21/2023
1.0.243 267 5/19/2023
1.0.242 1,058 5/8/2023
1.0.241 331 5/7/2023
1.0.240 312 5/7/2023
1.0.239 287 5/7/2023
1.0.238 340 5/1/2023
1.0.237 388 4/22/2023
1.0.236 342 4/21/2023
1.0.235 305 4/21/2023
1.0.234 1,198 4/13/2023
1.0.233 1,105 4/3/2023
1.0.232 460 3/27/2023
1.0.231 409 3/21/2023
1.0.230 407 3/17/2023
1.0.229 408 3/13/2023
1.0.228 1,161 3/6/2023
1.0.227 465 2/26/2023
1.0.226 909 2/21/2023
1.0.225 426 2/20/2023
1.0.224 443 2/16/2023
1.0.223 430 2/15/2023
1.0.222 402 2/14/2023
1.0.221 398 2/14/2023
1.0.220 1,328 2/9/2023
1.0.219 802 2/7/2023
1.0.218 457 2/4/2023
1.0.217 436 2/4/2023
1.0.216 449 2/3/2023
1.0.215 419 2/3/2023
1.0.214 415 2/3/2023
1.0.213 851 2/2/2023
1.0.212 800 1/30/2023
1.0.211 429 1/30/2023
1.0.210 487 1/25/2023
1.0.209 474 1/23/2023
1.0.208 417 1/23/2023
1.0.207 465 1/18/2023
1.0.206 480 1/15/2023
1.0.205 485 1/6/2023
1.0.204 1,393 1/1/2023
1.0.203 447 12/31/2022
1.0.202 936 12/30/2022
1.0.201 474 12/29/2022
1.0.200 481 12/23/2022
1.0.199 1,361 12/12/2022
1.0.198 1,046 12/8/2022
1.0.197 456 12/4/2022
1.0.196 456 12/4/2022
1.0.195 468 12/2/2022
1.0.194 483 11/30/2022
1.0.193 455 11/29/2022
1.0.192 451 11/28/2022
1.0.191 484 11/26/2022
1.0.190 482 11/26/2022
1.0.189 490 11/25/2022
1.0.188 481 11/25/2022
1.0.187 491 11/18/2022
1.0.186 1,568 11/11/2022
1.0.185 515 11/11/2022
1.0.184 478 11/10/2022
1.0.183 546 11/5/2022
1.0.182 516 11/4/2022
1.0.181 502 11/2/2022
1.0.180 494 11/2/2022
1.0.179 1,402 11/1/2022
1.0.178 1,627 10/16/2022
1.0.177 705 9/25/2022
1.0.176 633 9/10/2022
1.0.175 2,953 9/8/2022
1.0.174 627 9/8/2022
1.0.173 624 9/8/2022
1.0.172 604 9/4/2022
1.0.171 604 9/4/2022
1.0.170 5,327 8/24/2022
1.0.169 688 8/8/2022
1.0.168 604 8/8/2022
1.0.167 1,238 7/31/2022
1.0.166 623 7/31/2022
1.0.165 632 7/26/2022
1.0.164 602 7/26/2022
1.0.163 3,174 7/21/2022
1.0.162 652 7/19/2022
1.0.161 3,120 7/18/2022
1.0.160 666 7/13/2022
1.0.159 640 7/8/2022
1.0.158 655 6/30/2022
1.0.157 679 6/20/2022
1.0.156 629 6/18/2022
1.0.155 664 6/6/2022
1.0.154 709 5/27/2022
1.0.153 5,185 4/30/2022
1.0.152 654 4/20/2022
1.0.151 678 4/10/2022
1.0.150 645 4/7/2022
1.0.149 629 4/7/2022
1.0.148 684 4/2/2022
1.0.147 652 3/29/2022
1.0.146 634 3/27/2022
1.0.145 642 3/27/2022
1.0.144 3,893 3/24/2022
1.0.143 2,655 2/20/2022
1.0.142 610 2/20/2022
1.0.141 620 2/20/2022
1.0.140 648 2/20/2022
1.0.139 664 2/20/2022
1.0.138 629 2/20/2022
1.0.137 626 2/20/2022
1.0.136 641 2/20/2022
1.0.135 644 2/20/2022
1.0.134 631 2/19/2022
1.0.133 4,539 2/10/2022
1.0.132 741 1/27/2022
1.0.131 678 1/27/2022
1.0.130 3,539 1/24/2022
1.0.129 618 1/24/2022
1.0.128 662 1/23/2022
1.0.127 6,986 12/29/2021
1.0.126 511 12/27/2021
1.0.125 454 12/27/2021
1.0.124 468 12/27/2021
1.0.123 1,728 12/20/2021
1.0.122 507 12/17/2021
1.0.121 497 12/16/2021
1.0.120 488 12/15/2021
1.0.119 472 12/14/2021
1.0.118 491 12/14/2021
1.0.117 462 12/13/2021
1.0.116 620 12/12/2021
1.0.115 1,595 12/10/2021
1.0.114 511 12/7/2021
1.0.113 505 12/7/2021
1.0.112 1,936 12/6/2021
1.0.111 505 12/6/2021
1.0.110 506 12/5/2021
1.0.109 1,196 12/3/2021
1.0.108 1,000 12/3/2021
1.0.107 540 12/2/2021
1.0.106 2,422 11/29/2021
1.0.105 5,229 11/23/2021
1.0.104 493 11/23/2021
1.0.103 1,580 11/22/2021
1.0.102 588 11/17/2021
1.0.101 544 11/14/2021
1.0.100 1,704 11/13/2021
1.0.99 556 11/11/2021
1.0.98 536 11/11/2021
1.0.97 529 11/10/2021
1.0.96 535 11/9/2021
1.0.95 2,567 11/6/2021
1.0.94 562 11/6/2021
1.0.93 2,131 11/5/2021
1.0.92 593 11/5/2021
1.0.91 559 11/4/2021
1.0.90 536 11/4/2021
1.0.89 584 11/3/2021
1.0.88 645 10/30/2021
1.0.87 2,014 10/21/2021
1.0.86 611 10/17/2021
1.0.85 633 10/17/2021
1.0.84 3,004 10/14/2021
1.0.83 554 10/13/2021
1.0.82 573 10/13/2021
1.0.81 555 10/12/2021
1.0.80 2,109 10/11/2021
1.0.79 531 10/9/2021
1.0.78 1,915 10/7/2021
1.0.77 2,112 10/7/2021
1.0.76 537 10/7/2021
1.0.75 563 10/6/2021
1.0.74 620 9/28/2021
1.0.73 2,338 9/23/2021
1.0.72 666 9/11/2021
1.0.71 565 9/10/2021
1.0.70 633 9/9/2021
1.0.69 539 9/8/2021
1.0.68 594 9/8/2021
1.0.67 2,118 9/6/2021
1.0.66 669 8/31/2021
1.0.65 533 8/30/2021
1.0.64 2,573 7/31/2021
1.0.63 3,008 7/30/2021
1.0.62 651 7/26/2021
1.0.61 4,446 7/5/2021
1.0.60 606 7/1/2021
1.0.59 3,786 6/4/2021
1.0.58 5,035 4/26/2021
1.0.57 2,141 4/19/2021
1.0.56 5,691 4/8/2021
1.0.55 1,760 4/7/2021
1.0.54 580 4/7/2021
1.0.53 1,847 4/3/2021
1.0.52 7,933 3/22/2021
1.0.51 5,724 3/4/2021
1.0.50 2,117 2/26/2021
1.0.49 8,234 2/2/2021
1.0.48 3,185 1/26/2021
1.0.47 2,959 1/24/2021
1.0.46 614 1/24/2021
1.0.45 682 1/23/2021
1.0.44 3,853 1/20/2021
1.0.43 676 1/20/2021
1.0.42 2,040 1/18/2021
1.0.41 593 1/18/2021
1.0.40 2,014 1/16/2021
1.0.39 6,272 12/17/2020
1.0.38 658 12/16/2020
1.0.37 3,172 12/14/2020
1.0.36 2,083 12/9/2020
1.0.35 633 12/9/2020
1.0.34 638 12/7/2020
1.0.33 752 12/6/2020
1.0.32 701 12/2/2020
1.0.31 663 12/2/2020
1.0.30 2,157 12/1/2020
1.0.29 7,310 11/12/2020
1.0.29-atestpub 524 11/11/2020
1.0.28 3,294 10/11/2020
1.0.27 8,569 9/9/2020
1.0.26 2,587 9/3/2020
1.0.25 2,627 8/20/2020
1.0.24 6,113 8/9/2020
1.0.23 2,663 7/28/2020
1.0.22 2,600 7/19/2020
1.0.21 4,414 7/6/2020
1.0.20 6,583 6/6/2020
1.0.19 2,572 6/4/2020
1.0.18 4,344 5/29/2020
1.0.17 4,378 5/21/2020
1.0.16 723 5/17/2020
1.0.15 4,477 5/12/2020
1.0.14 8,169 5/4/2020
1.0.13 744 4/24/2020
1.0.12 730 4/22/2020
1.0.11 713 4/22/2020
1.0.10 729 4/21/2020
1.0.9 3,191 4/18/2020
1.0.8 2,528 4/16/2020
1.0.7 745 4/16/2020
1.0.6 2,214 4/15/2020
1.0.5 2,626 4/11/2020
1.0.4 2,517 4/3/2020
1.0.3 737 4/1/2020
1.0.2 2,442 3/27/2020
1.0.1 2,564 3/22/2020
1.0.0 847 3/22/2020