Microsoft.AspNetCore.SignalR.Client.Core
10.0.0-preview.1.25120.3
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.AspNetCore.SignalR.Client.Core --version 10.0.0-preview.1.25120.3
NuGet\Install-Package Microsoft.AspNetCore.SignalR.Client.Core -Version 10.0.0-preview.1.25120.3
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="10.0.0-preview.1.25120.3" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="10.0.0-preview.1.25120.3" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" />
paket add Microsoft.AspNetCore.SignalR.Client.Core --version 10.0.0-preview.1.25120.3
#r "nuget: Microsoft.AspNetCore.SignalR.Client.Core, 10.0.0-preview.1.25120.3"
#addin nuget:?package=Microsoft.AspNetCore.SignalR.Client.Core&version=10.0.0-preview.1.25120.3&prerelease
#tool nuget:?package=Microsoft.AspNetCore.SignalR.Client.Core&version=10.0.0-preview.1.25120.3&prerelease
About
Microsoft.AspNetCore.SignalR.Client.Core
provides core functionality for the .NET client for ASP.NET Core SignalR.
This package contains only the connection-agnostic components of the .NET SignalR client, and does not provide a default connection implementation. In most scenarios, the Microsoft.AspNetCore.SignalR.Client
package should be used because it provides an HTTP connection implementation.
Key Features
SignalR provides the following capabilities:
- Automatic connection management
- Sending messages to all connected clients simultaneously
- Sending messages to specific clients or groups of clients
- Scaling to handle increasing traffic
How to Use
To use Microsoft.AspNetCore.SignalR.Client.Core
, follow these steps:
Installation
dotnet add package Microsoft.AspNetCore.SignalR.Client.Core
Configuration
The .NET SignalR client requires a connection implementation. To use an HTTP connection implementation, install the Microsoft.AspNetCore.SignalR.Client
package.
Main Types
The main types provided by Microsoft.AspNetCore.SignalR.Client.Core
include:
HubConnectionBuilder
: Provides an abstraction to construct new SignalR hub connectionsHubConnection
: Defines methods for managing a hub connection, including:- Starting and stopping the connection
- Sending and receiving messages
- Handling disconnects and attempting reconnects
HubConnectionOptions
: Provides options for configuring aHubConnection
Additional Documentation
For additional documentation and examples, refer to the official documentation on the .NET client for ASP.NET Core SignalR.
Feedback & Contributing
Microsoft.AspNetCore.SignalR.Client.Core
is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 is compatible. 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 is compatible. |
.NET Framework | net461 was computed. net462 is compatible. 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. |
-
.NETFramework 4.6.2
- Microsoft.AspNetCore.SignalR.Common (>= 10.0.0-preview.1.25120.3)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 10.0.0-preview.1.25120.3)
- Microsoft.Bcl.TimeProvider (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.1.25080.5)
- System.Threading.Channels (>= 10.0.0-preview.1.25080.5)
-
.NETStandard 2.0
- Microsoft.AspNetCore.SignalR.Common (>= 10.0.0-preview.1.25120.3)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 10.0.0-preview.1.25120.3)
- Microsoft.Bcl.TimeProvider (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.1.25080.5)
- System.Threading.Channels (>= 10.0.0-preview.1.25080.5)
-
.NETStandard 2.1
- Microsoft.AspNetCore.SignalR.Common (>= 10.0.0-preview.1.25120.3)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 10.0.0-preview.1.25120.3)
- Microsoft.Bcl.TimeProvider (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.1.25080.5)
- System.Threading.Channels (>= 10.0.0-preview.1.25080.5)
-
net10.0
- Microsoft.AspNetCore.SignalR.Common (>= 10.0.0-preview.1.25120.3)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 10.0.0-preview.1.25120.3)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.1.25080.5)
- System.Threading.Channels (>= 10.0.0-preview.1.25080.5)
NuGet packages (51)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.SignalR.Client.Core:
Package | Downloads |
---|---|
Microsoft.AspNetCore.SignalR.Client
Client for ASP.NET Core SignalR This package was built from the source code at https://github.com/dotnet/dotnet/tree/ddf39a1b4690fbe23aea79c78da67004a5c31094 |
|
MDriven.Net.Http.netStandard
Package Description |
|
SignalR.Strong
Strongly-typed calls from client to server and handlers for calls from server to client |
|
DHI.Platform.SDK
Package Description |
|
Traderr.Next.Shared
Traderr.io |
GitHub repositories (7)
Showing the top 7 popular GitHub repositories that depend on Microsoft.AspNetCore.SignalR.Client.Core:
Repository | Stars |
---|---|
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
|
|
revenz/FileFlows
FileFlows is a file processing application that can execute actions against a file in a tree flow structure.
|
|
asieradzk/RL_Matrix
Deep Reinforcement Learning in C#
|
|
SaviorXTanren/mixer-mixitup
Streaming bot application for handling chat, events, moderation, and other streamer assistance features
|
|
wisedev-code/MaIN.NET
NuGet package designed to make LLMs, RAG, and Agents first-class citizens in .NET
|
|
Spreads/SignalW
Even simpler and faster real-time web for ASP.NET Core.
|
|
DigitalPlatform/dp2
Integrated Library System / 图书馆集成系统
|
Version | Downloads | Last updated | |
---|---|---|---|
10.0.0-preview.5.25277.114 | 341 | 6/6/2025 | |
10.0.0-preview.4.25258.110 | 1,754 | 5/12/2025 | |
10.0.0-preview.3.25172.1 | 5,711 | 4/10/2025 | |
10.0.0-preview.2.25164.1 | 3,606 | 3/18/2025 | |
10.0.0-preview.1.25120.3 | 2,132 | 2/25/2025 | |
9.0.6 | 10,704 | 6/10/2025 | |
9.0.5 | 199,470 | 5/13/2025 | |
9.0.4 | 436,383 | 4/8/2025 | |
9.0.3 | 399,299 | 3/11/2025 | |
9.0.2 | 478,603 | 2/11/2025 | |
9.0.1 | 529,980 | 1/14/2025 | |
9.0.0 | 783,180 | 11/12/2024 | |
9.0.0-rc.2.24474.3 | 31,739 | 10/8/2024 | |
9.0.0-rc.1.24452.1 | 3,512 | 9/10/2024 | |
9.0.0-preview.7.24406.2 | 5,243 | 8/13/2024 | |
9.0.0-preview.6.24328.4 | 8,286 | 7/9/2024 | |
9.0.0-preview.5.24306.11 | 8,286 | 6/11/2024 | |
9.0.0-preview.4.24267.6 | 10,726 | 5/21/2024 | |
9.0.0-preview.3.24172.13 | 5,779 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 5,480 | 3/12/2024 | |
9.0.0-preview.1.24081.5 | 5,801 | 2/13/2024 | |
8.0.17 | 3,404 | 6/10/2025 | |
8.0.16 | 76,179 | 5/13/2025 | |
8.0.15 | 166,754 | 4/8/2025 | |
8.0.14 | 190,804 | 3/11/2025 | |
8.0.13 | 255,668 | 2/11/2025 | |
8.0.12 | 378,505 | 1/14/2025 | |
8.0.11 | 1,147,788 | 11/12/2024 | |
8.0.10 | 1,629,653 | 10/8/2024 | |
8.0.8 | 1,727,167 | 8/13/2024 | |
8.0.7 | 1,122,615 | 7/9/2024 | |
8.0.6 | 1,293,138 | 5/28/2024 | |
8.0.5 | 422,034 | 5/14/2024 | |
8.0.4 | 1,018,497 | 4/9/2024 | |
8.0.3 | 884,248 | 3/12/2024 | |
8.0.2 | 1,081,776 | 2/13/2024 | |
8.0.1 | 1,469,060 | 1/9/2024 | |
8.0.0 | 2,887,431 | 11/14/2023 | |
8.0.0-rc.2.23480.2 | 16,225 | 10/10/2023 | |
8.0.0-rc.1.23421.29 | 26,248 | 9/12/2023 | |
8.0.0-preview.7.23375.9 | 13,730 | 8/8/2023 | |
8.0.0-preview.6.23329.11 | 7,917 | 7/11/2023 | |
8.0.0-preview.5.23302.2 | 5,148 | 6/13/2023 | |
8.0.0-preview.4.23260.4 | 10,496 | 5/16/2023 | |
8.0.0-preview.3.23177.8 | 20,107 | 4/11/2023 | |
8.0.0-preview.2.23153.2 | 3,491 | 3/14/2023 | |
8.0.0-preview.1.23112.2 | 6,949 | 2/21/2023 | |
7.0.20 | 104,913 | 5/28/2024 | |
7.0.19 | 11,789 | 5/14/2024 | |
7.0.18 | 46,749 | 4/9/2024 | |
7.0.17 | 77,267 | 3/12/2024 | |
7.0.16 | 103,537 | 2/13/2024 | |
7.0.15 | 224,523 | 1/9/2024 | |
7.0.14 | 269,585 | 11/14/2023 | |
7.0.13 | 436,233 | 10/24/2023 | |
7.0.12 | 332,081 | 10/10/2023 | |
7.0.11 | 553,259 | 9/12/2023 | |
7.0.10 | 649,401 | 8/8/2023 | |
7.0.9 | 769,916 | 7/11/2023 | |
7.0.8 | 345,282 | 6/22/2023 | |
7.0.7 | 185,795 | 6/13/2023 | |
7.0.5 | 1,183,142 | 4/11/2023 | |
7.0.4 | 479,637 | 3/14/2023 | |
7.0.3 | 640,279 | 2/14/2023 | |
7.0.2 | 1,154,318 | 1/10/2023 | |
7.0.1 | 501,189 | 12/13/2022 | |
7.0.0 | 1,076,235 | 11/7/2022 | |
7.0.0-rc.2.22476.2 | 7,299 | 10/11/2022 | |
7.0.0-rc.1.22427.2 | 5,238 | 9/14/2022 | |
7.0.0-preview.7.22376.6 | 7,386 | 8/9/2022 | |
7.0.0-preview.6.22330.3 | 4,383 | 7/12/2022 | |
7.0.0-preview.5.22303.8 | 3,118 | 6/14/2022 | |
7.0.0-preview.4.22251.1 | 6,628 | 5/10/2022 | |
7.0.0-preview.3.22178.4 | 3,561 | 4/13/2022 | |
7.0.0-preview.2.22153.2 | 17,351 | 3/14/2022 | |
7.0.0-preview.1.22109.13 | 1,425 | 2/17/2022 | |
6.0.36 | 205,080 | 11/12/2024 | |
6.0.35 | 58,256 | 10/8/2024 | |
6.0.33 | 48,315 | 8/13/2024 | |
6.0.32 | 43,496 | 7/9/2024 | |
6.0.31 | 78,397 | 5/28/2024 | |
6.0.30 | 50,256 | 5/14/2024 | |
6.0.29 | 77,622 | 4/9/2024 | |
6.0.28 | 84,552 | 3/12/2024 | |
6.0.27 | 83,646 | 2/13/2024 | |
6.0.26 | 106,509 | 1/9/2024 | |
6.0.25 | 225,346 | 11/14/2023 | |
6.0.24 | 73,469 | 10/24/2023 | |
6.0.23 | 63,145 | 10/10/2023 | |
6.0.22 | 168,621 | 9/12/2023 | |
6.0.21 | 232,110 | 8/8/2023 | |
6.0.20 | 116,372 | 7/11/2023 | |
6.0.19 | 203,203 | 6/22/2023 | |
6.0.18 | 83,292 | 6/13/2023 | |
6.0.16 | 438,933 | 4/11/2023 | |
6.0.15 | 243,048 | 3/14/2023 | |
6.0.14 | 258,713 | 2/14/2023 | |
6.0.13 | 400,319 | 1/10/2023 | |
6.0.12 | 242,253 | 12/13/2022 | |
6.0.11 | 547,160 | 11/7/2022 | |
6.0.10 | 1,206,997 | 10/11/2022 | |
6.0.9 | 1,015,060 | 9/13/2022 | |
6.0.8 | 1,340,968 | 8/9/2022 | |
6.0.7 | 964,233 | 7/12/2022 | |
6.0.6 | 959,642 | 6/14/2022 | |
6.0.5 | 1,712,184 | 5/10/2022 | |
6.0.4 | 921,725 | 4/11/2022 | |
6.0.3 | 1,206,164 | 3/8/2022 | |
6.0.2 | 913,979 | 2/8/2022 | |
6.0.1 | 1,296,469 | 12/14/2021 | |
6.0.0 | 2,671,313 | 11/8/2021 | |
6.0.0-rc.2.21480.10 | 13,597 | 10/12/2021 | |
6.0.0-rc.1.21452.15 | 11,452 | 9/14/2021 | |
6.0.0-preview.7.21378.6 | 22,979 | 8/10/2021 | |
6.0.0-preview.6.21355.2 | 5,821 | 7/14/2021 | |
6.0.0-preview.5.21301.17 | 2,655 | 6/15/2021 | |
6.0.0-preview.4.21253.5 | 5,839 | 5/24/2021 | |
6.0.0-preview.3.21201.13 | 8,267 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 2,764 | 3/11/2021 | |
6.0.0-preview.1.21103.6 | 8,337 | 2/12/2021 | |
5.0.17 | 591,863 | 5/10/2022 | |
5.0.16 | 74,941 | 4/11/2022 | |
5.0.15 | 82,177 | 3/8/2022 | |
5.0.14 | 99,790 | 2/8/2022 | |
5.0.13 | 323,949 | 12/14/2021 | |
5.0.12 | 343,091 | 11/7/2021 | |
5.0.11 | 626,762 | 10/12/2021 | |
5.0.10 | 1,491,263 | 9/14/2021 | |
5.0.9 | 619,059 | 8/10/2021 | |
5.0.8 | 477,698 | 7/13/2021 | |
5.0.7 | 667,629 | 6/8/2021 | |
5.0.6 | 404,710 | 5/11/2021 | |
5.0.5 | 702,671 | 4/6/2021 | |
5.0.4 | 396,235 | 3/9/2021 | |
5.0.3 | 290,238 | 2/9/2021 | |
5.0.2 | 408,871 | 1/12/2021 | |
5.0.1 | 624,874 | 12/8/2020 | |
5.0.0 | 370,095 | 11/9/2020 | |
5.0.0-rc.2.20475.17 | 11,075 | 10/13/2020 | |
5.0.0-rc.1.20451.17 | 4,327 | 9/14/2020 | |
5.0.0-preview.8.20414.8 | 3,081 | 8/25/2020 | |
5.0.0-preview.7.20365.19 | 7,092 | 7/21/2020 | |
5.0.0-preview.6.20312.15 | 2,191 | 6/25/2020 | |
5.0.0-preview.5.20279.2 | 2,045 | 6/10/2020 | |
5.0.0-preview.4.20257.10 | 4,106 | 5/18/2020 | |
5.0.0-preview.3.20215.14 | 6,457 | 4/23/2020 | |
5.0.0-preview.2.20167.3 | 6,407 | 4/2/2020 | |
5.0.0-preview.1.20124.5 | 5,948 | 3/16/2020 | |
3.1.32 | 194,831 | 12/13/2022 | |
3.1.31 | 18,680 | 11/8/2022 | |
3.1.30 | 20,580 | 10/11/2022 | |
3.1.29 | 22,535 | 9/13/2022 | |
3.1.28 | 22,018 | 8/9/2022 | |
3.1.27 | 24,143 | 7/12/2022 | |
3.1.26 | 40,231 | 6/14/2022 | |
3.1.25 | 51,953 | 5/10/2022 | |
3.1.24 | 37,699 | 4/11/2022 | |
3.1.23 | 58,623 | 3/8/2022 | |
3.1.22 | 398,235 | 12/14/2021 | |
3.1.21 | 91,099 | 11/7/2021 | |
3.1.20 | 41,869 | 10/11/2021 | |
3.1.19 | 73,627 | 9/14/2021 | |
3.1.18 | 99,544 | 8/10/2021 | |
3.1.17 | 67,834 | 7/13/2021 | |
3.1.16 | 63,384 | 6/8/2021 | |
3.1.15 | 110,364 | 5/11/2021 | |
3.1.14 | 139,233 | 4/6/2021 | |
3.1.13 | 158,632 | 3/9/2021 | |
3.1.12 | 161,411 | 2/9/2021 | |
3.1.11 | 178,069 | 1/12/2021 | |
3.1.10 | 619,241 | 11/9/2020 | |
3.1.9 | 1,035,650 | 10/13/2020 | |
3.1.8 | 1,315,437 | 9/8/2020 | |
3.1.7 | 590,503 | 8/11/2020 | |
3.1.6 | 2,515,534 | 7/14/2020 | |
3.1.5 | 802,126 | 6/9/2020 | |
3.1.4 | 550,579 | 5/12/2020 | |
3.1.3 | 1,135,643 | 3/24/2020 | |
3.1.2 | 762,174 | 2/18/2020 | |
3.1.1 | 612,895 | 1/14/2020 | |
3.1.0 | 616,678 | 12/3/2019 | |
3.1.0-preview3.19555.2 | 9,246 | 11/13/2019 | |
3.1.0-preview2.19528.8 | 1,316 | 11/1/2019 | |
3.1.0-preview1.19508.20 | 10,105 | 10/15/2019 | |
3.0.3 | 55,233 | 2/18/2020 | |
3.0.2 | 5,446 | 1/14/2020 | |
3.0.0 | 1,102,170 | 9/23/2019 | |
3.0.0-rc1.19457.4 | 1,928 | 9/16/2019 | |
3.0.0-preview9.19424.4 | 2,167 | 9/4/2019 | |
3.0.0-preview8.19405.7 | 14,290 | 8/13/2019 | |
3.0.0-preview7.19365.7 | 3,537 | 7/23/2019 | |
3.0.0-preview6.19307.2 | 19,859 | 6/12/2019 | |
3.0.0-preview5-19227-01 | 10,041 | 5/6/2019 | |
3.0.0-preview4-19216-03 | 8,081 | 4/18/2019 | |
3.0.0-preview3-19153-02 | 2,978 | 3/6/2019 | |
3.0.0-preview-19075-0444 | 4,113 | 1/29/2019 | |
3.0.0-preview-18579-0056 | 1,796 | 12/3/2018 | |
1.2.0 | 2,115 | 1/14/2025 | |
1.1.0 | 3,475,962 | 12/3/2018 | |
1.1.0-preview3-35497 | 12,298 | 10/17/2018 | |
1.1.0-preview2-35157 | 11,413 | 9/12/2018 | |
1.1.0-preview1-35029 | 3,470 | 8/22/2018 | |
1.0.4 | 1,836,947 | 10/1/2018 | |
1.0.3 | 197,556 | 8/21/2018 | |
1.0.2 | 152,701 | 7/10/2018 | |
1.0.1 | 120,151 | 6/18/2018 | |
1.0.0 | 409,527 | 5/29/2018 | |
1.0.0-rc1-final | 14,288 | 5/6/2018 | |
1.0.0-preview2-final | 12,136 | 4/10/2018 | |
1.0.0-preview1-final | 26,995 | 2/26/2018 | |
1.0.0-alpha2-final | 82,946 | 10/9/2017 | |
1.0.0-alpha1-final | 19,660 | 9/14/2017 |