Microsoft.AspNetCore.SignalR.Client.Core
10.0.0-preview.5.25277.114
Prefix Reserved
dotnet add package Microsoft.AspNetCore.SignalR.Client.Core --version 10.0.0-preview.5.25277.114
NuGet\Install-Package Microsoft.AspNetCore.SignalR.Client.Core -Version 10.0.0-preview.5.25277.114
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="10.0.0-preview.5.25277.114" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="10.0.0-preview.5.25277.114" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" />
paket add Microsoft.AspNetCore.SignalR.Client.Core --version 10.0.0-preview.5.25277.114
#r "nuget: Microsoft.AspNetCore.SignalR.Client.Core, 10.0.0-preview.5.25277.114"
#addin nuget:?package=Microsoft.AspNetCore.SignalR.Client.Core&version=10.0.0-preview.5.25277.114&prerelease
#tool nuget:?package=Microsoft.AspNetCore.SignalR.Client.Core&version=10.0.0-preview.5.25277.114&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.5.25277.114)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 10.0.0-preview.5.25277.114)
- Microsoft.Bcl.TimeProvider (>= 10.0.0-preview.5.25277.114)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.5.25277.114)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.5.25277.114)
- System.Threading.Channels (>= 10.0.0-preview.5.25277.114)
-
.NETStandard 2.0
- Microsoft.AspNetCore.SignalR.Common (>= 10.0.0-preview.5.25277.114)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 10.0.0-preview.5.25277.114)
- Microsoft.Bcl.TimeProvider (>= 10.0.0-preview.5.25277.114)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.5.25277.114)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.5.25277.114)
- System.Threading.Channels (>= 10.0.0-preview.5.25277.114)
-
.NETStandard 2.1
- Microsoft.AspNetCore.SignalR.Common (>= 10.0.0-preview.5.25277.114)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 10.0.0-preview.5.25277.114)
- Microsoft.Bcl.TimeProvider (>= 10.0.0-preview.5.25277.114)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.5.25277.114)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.5.25277.114)
- System.Threading.Channels (>= 10.0.0-preview.5.25277.114)
-
net10.0
- Microsoft.AspNetCore.SignalR.Common (>= 10.0.0-preview.5.25277.114)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 10.0.0-preview.5.25277.114)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.5.25277.114)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.5.25277.114)
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 | 888 | 6/6/2025 | |
10.0.0-preview.4.25258.110 | 2,013 | 5/12/2025 | |
10.0.0-preview.3.25172.1 | 6,173 | 4/10/2025 | |
10.0.0-preview.2.25164.1 | 3,838 | 3/18/2025 | |
10.0.0-preview.1.25120.3 | 2,162 | 2/25/2025 | |
9.0.6 | 63,684 | 6/10/2025 | |
9.0.5 | 250,724 | 5/13/2025 | |
9.0.4 | 460,552 | 4/8/2025 | |
9.0.3 | 413,445 | 3/11/2025 | |
9.0.2 | 495,323 | 2/11/2025 | |
9.0.1 | 551,595 | 1/14/2025 | |
9.0.0 | 803,407 | 11/12/2024 | |
9.0.0-rc.2.24474.3 | 32,811 | 10/8/2024 | |
9.0.0-rc.1.24452.1 | 3,547 | 9/10/2024 | |
9.0.0-preview.7.24406.2 | 5,287 | 8/13/2024 | |
9.0.0-preview.6.24328.4 | 8,349 | 7/9/2024 | |
9.0.0-preview.5.24306.11 | 8,299 | 6/11/2024 | |
9.0.0-preview.4.24267.6 | 10,993 | 5/21/2024 | |
9.0.0-preview.3.24172.13 | 5,855 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 5,608 | 3/12/2024 | |
9.0.0-preview.1.24081.5 | 5,841 | 2/13/2024 | |
8.0.17 | 27,587 | 6/10/2025 | |
8.0.16 | 93,780 | 5/13/2025 | |
8.0.15 | 185,057 | 4/8/2025 | |
8.0.14 | 203,892 | 3/11/2025 | |
8.0.13 | 271,702 | 2/11/2025 | |
8.0.12 | 396,398 | 1/14/2025 | |
8.0.11 | 1,185,821 | 11/12/2024 | |
8.0.10 | 1,663,616 | 10/8/2024 | |
8.0.8 | 1,758,443 | 8/13/2024 | |
8.0.7 | 1,142,884 | 7/9/2024 | |
8.0.6 | 1,309,962 | 5/28/2024 | |
8.0.5 | 426,392 | 5/14/2024 | |
8.0.4 | 1,030,315 | 4/9/2024 | |
8.0.3 | 903,137 | 3/12/2024 | |
8.0.2 | 1,091,209 | 2/13/2024 | |
8.0.1 | 1,486,754 | 1/9/2024 | |
8.0.0 | 2,931,429 | 11/14/2023 | |
8.0.0-rc.2.23480.2 | 16,237 | 10/10/2023 | |
8.0.0-rc.1.23421.29 | 26,253 | 9/12/2023 | |
8.0.0-preview.7.23375.9 | 13,736 | 8/8/2023 | |
8.0.0-preview.6.23329.11 | 7,944 | 7/11/2023 | |
8.0.0-preview.5.23302.2 | 5,157 | 6/13/2023 | |
8.0.0-preview.4.23260.4 | 10,500 | 5/16/2023 | |
8.0.0-preview.3.23177.8 | 20,173 | 4/11/2023 | |
8.0.0-preview.2.23153.2 | 3,497 | 3/14/2023 | |
8.0.0-preview.1.23112.2 | 6,985 | 2/21/2023 | |
7.0.20 | 107,404 | 5/28/2024 | |
7.0.19 | 11,821 | 5/14/2024 | |
7.0.18 | 46,912 | 4/9/2024 | |
7.0.17 | 77,897 | 3/12/2024 | |
7.0.16 | 105,030 | 2/13/2024 | |
7.0.15 | 224,998 | 1/9/2024 | |
7.0.14 | 270,304 | 11/14/2023 | |
7.0.13 | 439,402 | 10/24/2023 | |
7.0.12 | 332,976 | 10/10/2023 | |
7.0.11 | 555,771 | 9/12/2023 | |
7.0.10 | 652,009 | 8/8/2023 | |
7.0.9 | 773,367 | 7/11/2023 | |
7.0.8 | 346,131 | 6/22/2023 | |
7.0.7 | 186,390 | 6/13/2023 | |
7.0.5 | 1,186,639 | 4/11/2023 | |
7.0.4 | 480,887 | 3/14/2023 | |
7.0.3 | 643,678 | 2/14/2023 | |
7.0.2 | 1,157,988 | 1/10/2023 | |
7.0.1 | 502,008 | 12/13/2022 | |
7.0.0 | 1,079,956 | 11/7/2022 | |
7.0.0-rc.2.22476.2 | 7,311 | 10/11/2022 | |
7.0.0-rc.1.22427.2 | 5,247 | 9/14/2022 | |
7.0.0-preview.7.22376.6 | 7,392 | 8/9/2022 | |
7.0.0-preview.6.22330.3 | 4,392 | 7/12/2022 | |
7.0.0-preview.5.22303.8 | 3,137 | 6/14/2022 | |
7.0.0-preview.4.22251.1 | 6,637 | 5/10/2022 | |
7.0.0-preview.3.22178.4 | 3,568 | 4/13/2022 | |
7.0.0-preview.2.22153.2 | 17,393 | 3/14/2022 | |
7.0.0-preview.1.22109.13 | 1,433 | 2/17/2022 | |
6.0.36 | 217,654 | 11/12/2024 | |
6.0.35 | 59,897 | 10/8/2024 | |
6.0.33 | 49,363 | 8/13/2024 | |
6.0.32 | 44,098 | 7/9/2024 | |
6.0.31 | 79,107 | 5/28/2024 | |
6.0.30 | 50,897 | 5/14/2024 | |
6.0.29 | 78,169 | 4/9/2024 | |
6.0.28 | 85,218 | 3/12/2024 | |
6.0.27 | 84,634 | 2/13/2024 | |
6.0.26 | 106,714 | 1/9/2024 | |
6.0.25 | 229,104 | 11/14/2023 | |
6.0.24 | 73,785 | 10/24/2023 | |
6.0.23 | 63,231 | 10/10/2023 | |
6.0.22 | 169,016 | 9/12/2023 | |
6.0.21 | 233,140 | 8/8/2023 | |
6.0.20 | 116,857 | 7/11/2023 | |
6.0.19 | 205,050 | 6/22/2023 | |
6.0.18 | 83,477 | 6/13/2023 | |
6.0.16 | 440,465 | 4/11/2023 | |
6.0.15 | 243,479 | 3/14/2023 | |
6.0.14 | 259,796 | 2/14/2023 | |
6.0.13 | 403,116 | 1/10/2023 | |
6.0.12 | 242,966 | 12/13/2022 | |
6.0.11 | 548,432 | 11/7/2022 | |
6.0.10 | 1,211,249 | 10/11/2022 | |
6.0.9 | 1,017,799 | 9/13/2022 | |
6.0.8 | 1,343,371 | 8/9/2022 | |
6.0.7 | 965,851 | 7/12/2022 | |
6.0.6 | 960,731 | 6/14/2022 | |
6.0.5 | 1,715,873 | 5/10/2022 | |
6.0.4 | 923,427 | 4/11/2022 | |
6.0.3 | 1,207,202 | 3/8/2022 | |
6.0.2 | 919,884 | 2/8/2022 | |
6.0.1 | 1,298,561 | 12/14/2021 | |
6.0.0 | 2,684,051 | 11/8/2021 | |
6.0.0-rc.2.21480.10 | 13,635 | 10/12/2021 | |
6.0.0-rc.1.21452.15 | 11,471 | 9/14/2021 | |
6.0.0-preview.7.21378.6 | 22,988 | 8/10/2021 | |
6.0.0-preview.6.21355.2 | 5,829 | 7/14/2021 | |
6.0.0-preview.5.21301.17 | 2,664 | 6/15/2021 | |
6.0.0-preview.4.21253.5 | 5,847 | 5/24/2021 | |
6.0.0-preview.3.21201.13 | 8,282 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 2,779 | 3/11/2021 | |
6.0.0-preview.1.21103.6 | 8,383 | 2/12/2021 | |
5.0.17 | 596,085 | 5/10/2022 | |
5.0.16 | 75,061 | 4/11/2022 | |
5.0.15 | 82,446 | 3/8/2022 | |
5.0.14 | 100,089 | 2/8/2022 | |
5.0.13 | 324,607 | 12/14/2021 | |
5.0.12 | 343,486 | 11/7/2021 | |
5.0.11 | 627,520 | 10/12/2021 | |
5.0.10 | 1,492,687 | 9/14/2021 | |
5.0.9 | 619,802 | 8/10/2021 | |
5.0.8 | 478,045 | 7/13/2021 | |
5.0.7 | 668,777 | 6/8/2021 | |
5.0.6 | 404,969 | 5/11/2021 | |
5.0.5 | 703,055 | 4/6/2021 | |
5.0.4 | 396,914 | 3/9/2021 | |
5.0.3 | 290,387 | 2/9/2021 | |
5.0.2 | 408,992 | 1/12/2021 | |
5.0.1 | 625,236 | 12/8/2020 | |
5.0.0 | 370,936 | 11/9/2020 | |
5.0.0-rc.2.20475.17 | 11,104 | 10/13/2020 | |
5.0.0-rc.1.20451.17 | 4,343 | 9/14/2020 | |
5.0.0-preview.8.20414.8 | 3,096 | 8/25/2020 | |
5.0.0-preview.7.20365.19 | 7,108 | 7/21/2020 | |
5.0.0-preview.6.20312.15 | 2,206 | 6/25/2020 | |
5.0.0-preview.5.20279.2 | 2,060 | 6/10/2020 | |
5.0.0-preview.4.20257.10 | 4,128 | 5/18/2020 | |
5.0.0-preview.3.20215.14 | 6,474 | 4/23/2020 | |
5.0.0-preview.2.20167.3 | 6,426 | 4/2/2020 | |
5.0.0-preview.1.20124.5 | 5,966 | 3/16/2020 | |
3.1.32 | 196,186 | 12/13/2022 | |
3.1.31 | 18,877 | 11/8/2022 | |
3.1.30 | 20,600 | 10/11/2022 | |
3.1.29 | 22,551 | 9/13/2022 | |
3.1.28 | 22,120 | 8/9/2022 | |
3.1.27 | 24,199 | 7/12/2022 | |
3.1.26 | 40,350 | 6/14/2022 | |
3.1.25 | 52,325 | 5/10/2022 | |
3.1.24 | 37,721 | 4/11/2022 | |
3.1.23 | 58,882 | 3/8/2022 | |
3.1.22 | 400,029 | 12/14/2021 | |
3.1.21 | 91,147 | 11/7/2021 | |
3.1.20 | 41,892 | 10/11/2021 | |
3.1.19 | 73,693 | 9/14/2021 | |
3.1.18 | 99,587 | 8/10/2021 | |
3.1.17 | 67,858 | 7/13/2021 | |
3.1.16 | 63,423 | 6/8/2021 | |
3.1.15 | 110,604 | 5/11/2021 | |
3.1.14 | 139,447 | 4/6/2021 | |
3.1.13 | 158,816 | 3/9/2021 | |
3.1.12 | 161,956 | 2/9/2021 | |
3.1.11 | 178,408 | 1/12/2021 | |
3.1.10 | 619,581 | 11/9/2020 | |
3.1.9 | 1,039,383 | 10/13/2020 | |
3.1.8 | 1,317,313 | 9/8/2020 | |
3.1.7 | 591,198 | 8/11/2020 | |
3.1.6 | 2,536,989 | 7/14/2020 | |
3.1.5 | 803,366 | 6/9/2020 | |
3.1.4 | 551,269 | 5/12/2020 | |
3.1.3 | 1,138,664 | 3/24/2020 | |
3.1.2 | 763,659 | 2/18/2020 | |
3.1.1 | 613,735 | 1/14/2020 | |
3.1.0 | 617,403 | 12/3/2019 | |
3.1.0-preview3.19555.2 | 9,262 | 11/13/2019 | |
3.1.0-preview2.19528.8 | 1,333 | 11/1/2019 | |
3.1.0-preview1.19508.20 | 10,121 | 10/15/2019 | |
3.0.3 | 55,337 | 2/18/2020 | |
3.0.2 | 5,472 | 1/14/2020 | |
3.0.0 | 1,104,402 | 9/23/2019 | |
3.0.0-rc1.19457.4 | 1,944 | 9/16/2019 | |
3.0.0-preview9.19424.4 | 2,183 | 9/4/2019 | |
3.0.0-preview8.19405.7 | 14,306 | 8/13/2019 | |
3.0.0-preview7.19365.7 | 3,553 | 7/23/2019 | |
3.0.0-preview6.19307.2 | 19,876 | 6/12/2019 | |
3.0.0-preview5-19227-01 | 10,057 | 5/6/2019 | |
3.0.0-preview4-19216-03 | 8,099 | 4/18/2019 | |
3.0.0-preview3-19153-02 | 2,995 | 3/6/2019 | |
3.0.0-preview-19075-0444 | 4,130 | 1/29/2019 | |
3.0.0-preview-18579-0056 | 1,810 | 12/3/2018 | |
1.2.0 | 2,522 | 1/14/2025 | |
1.1.0 | 3,484,863 | 12/3/2018 | |
1.1.0-preview3-35497 | 12,321 | 10/17/2018 | |
1.1.0-preview2-35157 | 11,436 | 9/12/2018 | |
1.1.0-preview1-35029 | 3,491 | 8/22/2018 | |
1.0.4 | 1,838,152 | 10/1/2018 | |
1.0.3 | 197,701 | 8/21/2018 | |
1.0.2 | 152,765 | 7/10/2018 | |
1.0.1 | 120,571 | 6/18/2018 | |
1.0.0 | 410,782 | 5/29/2018 | |
1.0.0-rc1-final | 14,309 | 5/6/2018 | |
1.0.0-preview2-final | 12,162 | 4/10/2018 | |
1.0.0-preview1-final | 27,019 | 2/26/2018 | |
1.0.0-alpha2-final | 83,007 | 10/9/2017 | |
1.0.0-alpha1-final | 19,677 | 9/14/2017 |