Microsoft.AspNetCore.SignalR.Client.Core
10.0.0-preview.4.25258.110
Prefix Reserved
dotnet add package Microsoft.AspNetCore.SignalR.Client.Core --version 10.0.0-preview.4.25258.110
NuGet\Install-Package Microsoft.AspNetCore.SignalR.Client.Core -Version 10.0.0-preview.4.25258.110
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="10.0.0-preview.4.25258.110" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="10.0.0-preview.4.25258.110" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" />
paket add Microsoft.AspNetCore.SignalR.Client.Core --version 10.0.0-preview.4.25258.110
#r "nuget: Microsoft.AspNetCore.SignalR.Client.Core, 10.0.0-preview.4.25258.110"
#addin nuget:?package=Microsoft.AspNetCore.SignalR.Client.Core&version=10.0.0-preview.4.25258.110&prerelease
#tool nuget:?package=Microsoft.AspNetCore.SignalR.Client.Core&version=10.0.0-preview.4.25258.110&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.4.25258.110)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 10.0.0-preview.4.25258.110)
- Microsoft.Bcl.TimeProvider (>= 10.0.0-preview.4.25258.110)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.4.25258.110)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.4.25258.110)
- System.Threading.Channels (>= 10.0.0-preview.4.25258.110)
-
.NETStandard 2.0
- Microsoft.AspNetCore.SignalR.Common (>= 10.0.0-preview.4.25258.110)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 10.0.0-preview.4.25258.110)
- Microsoft.Bcl.TimeProvider (>= 10.0.0-preview.4.25258.110)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.4.25258.110)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.4.25258.110)
- System.Threading.Channels (>= 10.0.0-preview.4.25258.110)
-
.NETStandard 2.1
- Microsoft.AspNetCore.SignalR.Common (>= 10.0.0-preview.4.25258.110)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 10.0.0-preview.4.25258.110)
- Microsoft.Bcl.TimeProvider (>= 10.0.0-preview.4.25258.110)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.4.25258.110)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.4.25258.110)
- System.Threading.Channels (>= 10.0.0-preview.4.25258.110)
-
net10.0
- Microsoft.AspNetCore.SignalR.Common (>= 10.0.0-preview.4.25258.110)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 10.0.0-preview.4.25258.110)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.4.25258.110)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.4.25258.110)
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/c22dcd0c7a78d095a94d20e59ec0271b9924c82c |
|
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
|
|
Spreads/SignalW
Even simpler and faster real-time web for ASP.NET Core.
|
|
wisedev-code/MaIN.NET
NuGet package designed to make LLMs, RAG, and Agents first-class citizens in .NET
|
|
DigitalPlatform/dp2
Integrated Library System / 图书馆集成系统
|
Version | Downloads | Last updated | |
---|---|---|---|
10.0.0-preview.4.25258.110 | 1,058 | 5/12/2025 | |
10.0.0-preview.3.25172.1 | 4,881 | 4/10/2025 | |
10.0.0-preview.2.25164.1 | 3,320 | 3/18/2025 | |
10.0.0-preview.1.25120.3 | 2,094 | 2/25/2025 | |
9.0.5 | 87,040 | 5/13/2025 | |
9.0.4 | 386,589 | 4/8/2025 | |
9.0.3 | 377,184 | 3/11/2025 | |
9.0.2 | 449,200 | 2/11/2025 | |
9.0.1 | 498,918 | 1/14/2025 | |
9.0.0 | 750,851 | 11/12/2024 | |
9.0.0-rc.2.24474.3 | 30,518 | 10/8/2024 | |
9.0.0-rc.1.24452.1 | 3,414 | 9/10/2024 | |
9.0.0-preview.7.24406.2 | 5,124 | 8/13/2024 | |
9.0.0-preview.6.24328.4 | 8,234 | 7/9/2024 | |
9.0.0-preview.5.24306.11 | 8,273 | 6/11/2024 | |
9.0.0-preview.4.24267.6 | 10,541 | 5/21/2024 | |
9.0.0-preview.3.24172.13 | 5,644 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 5,339 | 3/12/2024 | |
9.0.0-preview.1.24081.5 | 5,402 | 2/13/2024 | |
8.0.16 | 33,425 | 5/13/2025 | |
8.0.15 | 131,122 | 4/8/2025 | |
8.0.14 | 170,812 | 3/11/2025 | |
8.0.13 | 232,342 | 2/11/2025 | |
8.0.12 | 351,240 | 1/14/2025 | |
8.0.11 | 1,087,826 | 11/12/2024 | |
8.0.10 | 1,579,093 | 10/8/2024 | |
8.0.8 | 1,682,610 | 8/13/2024 | |
8.0.7 | 1,095,141 | 7/9/2024 | |
8.0.6 | 1,269,886 | 5/28/2024 | |
8.0.5 | 416,137 | 5/14/2024 | |
8.0.4 | 1,002,317 | 4/9/2024 | |
8.0.3 | 862,556 | 3/12/2024 | |
8.0.2 | 1,066,182 | 2/13/2024 | |
8.0.1 | 1,442,155 | 1/9/2024 | |
8.0.0 | 2,826,293 | 11/14/2023 | |
8.0.0-rc.2.23480.2 | 16,139 | 10/10/2023 | |
8.0.0-rc.1.23421.29 | 26,242 | 9/12/2023 | |
8.0.0-preview.7.23375.9 | 13,694 | 8/8/2023 | |
8.0.0-preview.6.23329.11 | 7,876 | 7/11/2023 | |
8.0.0-preview.5.23302.2 | 5,135 | 6/13/2023 | |
8.0.0-preview.4.23260.4 | 10,488 | 5/16/2023 | |
8.0.0-preview.3.23177.8 | 20,023 | 4/11/2023 | |
8.0.0-preview.2.23153.2 | 3,483 | 3/14/2023 | |
8.0.0-preview.1.23112.2 | 6,908 | 2/21/2023 | |
7.0.20 | 101,521 | 5/28/2024 | |
7.0.19 | 11,732 | 5/14/2024 | |
7.0.18 | 46,503 | 4/9/2024 | |
7.0.17 | 76,221 | 3/12/2024 | |
7.0.16 | 100,854 | 2/13/2024 | |
7.0.15 | 223,756 | 1/9/2024 | |
7.0.14 | 268,479 | 11/14/2023 | |
7.0.13 | 433,814 | 10/24/2023 | |
7.0.12 | 330,741 | 10/10/2023 | |
7.0.11 | 549,974 | 9/12/2023 | |
7.0.10 | 645,463 | 8/8/2023 | |
7.0.9 | 761,613 | 7/11/2023 | |
7.0.8 | 344,132 | 6/22/2023 | |
7.0.7 | 185,045 | 6/13/2023 | |
7.0.5 | 1,178,161 | 4/11/2023 | |
7.0.4 | 478,196 | 3/14/2023 | |
7.0.3 | 636,491 | 2/14/2023 | |
7.0.2 | 1,148,803 | 1/10/2023 | |
7.0.1 | 499,805 | 12/13/2022 | |
7.0.0 | 1,069,829 | 11/7/2022 | |
7.0.0-rc.2.22476.2 | 7,286 | 10/11/2022 | |
7.0.0-rc.1.22427.2 | 5,231 | 9/14/2022 | |
7.0.0-preview.7.22376.6 | 7,378 | 8/9/2022 | |
7.0.0-preview.6.22330.3 | 4,370 | 7/12/2022 | |
7.0.0-preview.5.22303.8 | 3,080 | 6/14/2022 | |
7.0.0-preview.4.22251.1 | 6,619 | 5/10/2022 | |
7.0.0-preview.3.22178.4 | 3,554 | 4/13/2022 | |
7.0.0-preview.2.22153.2 | 17,265 | 3/14/2022 | |
7.0.0-preview.1.22109.13 | 1,420 | 2/17/2022 | |
6.0.36 | 186,941 | 11/12/2024 | |
6.0.35 | 55,964 | 10/8/2024 | |
6.0.33 | 46,868 | 8/13/2024 | |
6.0.32 | 42,736 | 7/9/2024 | |
6.0.31 | 77,555 | 5/28/2024 | |
6.0.30 | 49,016 | 5/14/2024 | |
6.0.29 | 77,041 | 4/9/2024 | |
6.0.28 | 83,593 | 3/12/2024 | |
6.0.27 | 82,078 | 2/13/2024 | |
6.0.26 | 106,147 | 1/9/2024 | |
6.0.25 | 220,719 | 11/14/2023 | |
6.0.24 | 72,998 | 10/24/2023 | |
6.0.23 | 62,982 | 10/10/2023 | |
6.0.22 | 167,874 | 9/12/2023 | |
6.0.21 | 230,867 | 8/8/2023 | |
6.0.20 | 115,817 | 7/11/2023 | |
6.0.19 | 200,714 | 6/22/2023 | |
6.0.18 | 82,869 | 6/13/2023 | |
6.0.16 | 436,844 | 4/11/2023 | |
6.0.15 | 242,452 | 3/14/2023 | |
6.0.14 | 257,476 | 2/14/2023 | |
6.0.13 | 396,331 | 1/10/2023 | |
6.0.12 | 241,554 | 12/13/2022 | |
6.0.11 | 545,685 | 11/7/2022 | |
6.0.10 | 1,203,260 | 10/11/2022 | |
6.0.9 | 1,010,772 | 9/13/2022 | |
6.0.8 | 1,338,084 | 8/9/2022 | |
6.0.7 | 961,816 | 7/12/2022 | |
6.0.6 | 958,237 | 6/14/2022 | |
6.0.5 | 1,706,994 | 5/10/2022 | |
6.0.4 | 920,142 | 4/11/2022 | |
6.0.3 | 1,204,466 | 3/8/2022 | |
6.0.2 | 905,876 | 2/8/2022 | |
6.0.1 | 1,293,614 | 12/14/2021 | |
6.0.0 | 2,652,717 | 11/8/2021 | |
6.0.0-rc.2.21480.10 | 13,555 | 10/12/2021 | |
6.0.0-rc.1.21452.15 | 11,428 | 9/14/2021 | |
6.0.0-preview.7.21378.6 | 22,972 | 8/10/2021 | |
6.0.0-preview.6.21355.2 | 5,813 | 7/14/2021 | |
6.0.0-preview.5.21301.17 | 2,645 | 6/15/2021 | |
6.0.0-preview.4.21253.5 | 5,721 | 5/24/2021 | |
6.0.0-preview.3.21201.13 | 7,798 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 2,758 | 3/11/2021 | |
6.0.0-preview.1.21103.6 | 7,491 | 2/12/2021 | |
5.0.17 | 583,863 | 5/10/2022 | |
5.0.16 | 74,761 | 4/11/2022 | |
5.0.15 | 81,853 | 3/8/2022 | |
5.0.14 | 99,346 | 2/8/2022 | |
5.0.13 | 322,997 | 12/14/2021 | |
5.0.12 | 342,306 | 11/7/2021 | |
5.0.11 | 624,704 | 10/12/2021 | |
5.0.10 | 1,489,659 | 9/14/2021 | |
5.0.9 | 617,350 | 8/10/2021 | |
5.0.8 | 477,254 | 7/13/2021 | |
5.0.7 | 665,284 | 6/8/2021 | |
5.0.6 | 402,748 | 5/11/2021 | |
5.0.5 | 700,807 | 4/6/2021 | |
5.0.4 | 395,034 | 3/9/2021 | |
5.0.3 | 289,592 | 2/9/2021 | |
5.0.2 | 407,661 | 1/12/2021 | |
5.0.1 | 624,436 | 12/8/2020 | |
5.0.0 | 367,970 | 11/9/2020 | |
5.0.0-rc.2.20475.17 | 11,047 | 10/13/2020 | |
5.0.0-rc.1.20451.17 | 4,320 | 9/14/2020 | |
5.0.0-preview.8.20414.8 | 3,072 | 8/25/2020 | |
5.0.0-preview.7.20365.19 | 7,084 | 7/21/2020 | |
5.0.0-preview.6.20312.15 | 2,184 | 6/25/2020 | |
5.0.0-preview.5.20279.2 | 2,038 | 6/10/2020 | |
5.0.0-preview.4.20257.10 | 4,087 | 5/18/2020 | |
5.0.0-preview.3.20215.14 | 6,446 | 4/23/2020 | |
5.0.0-preview.2.20167.3 | 6,394 | 4/2/2020 | |
5.0.0-preview.1.20124.5 | 5,936 | 3/16/2020 | |
3.1.32 | 192,448 | 12/13/2022 | |
3.1.31 | 18,485 | 11/8/2022 | |
3.1.30 | 20,532 | 10/11/2022 | |
3.1.29 | 22,492 | 9/13/2022 | |
3.1.28 | 21,888 | 8/9/2022 | |
3.1.27 | 24,020 | 7/12/2022 | |
3.1.26 | 39,927 | 6/14/2022 | |
3.1.25 | 51,537 | 5/10/2022 | |
3.1.24 | 37,655 | 4/11/2022 | |
3.1.23 | 58,355 | 3/8/2022 | |
3.1.22 | 393,545 | 12/14/2021 | |
3.1.21 | 90,991 | 11/7/2021 | |
3.1.20 | 41,818 | 10/11/2021 | |
3.1.19 | 73,539 | 9/14/2021 | |
3.1.18 | 99,442 | 8/10/2021 | |
3.1.17 | 67,789 | 7/13/2021 | |
3.1.16 | 63,280 | 6/8/2021 | |
3.1.15 | 109,958 | 5/11/2021 | |
3.1.14 | 138,975 | 4/6/2021 | |
3.1.13 | 158,367 | 3/9/2021 | |
3.1.12 | 160,773 | 2/9/2021 | |
3.1.11 | 177,627 | 1/12/2021 | |
3.1.10 | 618,593 | 11/9/2020 | |
3.1.9 | 1,030,629 | 10/13/2020 | |
3.1.8 | 1,312,044 | 9/8/2020 | |
3.1.7 | 589,516 | 8/11/2020 | |
3.1.6 | 2,487,202 | 7/14/2020 | |
3.1.5 | 800,204 | 6/9/2020 | |
3.1.4 | 549,245 | 5/12/2020 | |
3.1.3 | 1,131,905 | 3/24/2020 | |
3.1.2 | 760,784 | 2/18/2020 | |
3.1.1 | 612,154 | 1/14/2020 | |
3.1.0 | 615,554 | 12/3/2019 | |
3.1.0-preview3.19555.2 | 9,238 | 11/13/2019 | |
3.1.0-preview2.19528.8 | 1,307 | 11/1/2019 | |
3.1.0-preview1.19508.20 | 10,097 | 10/15/2019 | |
3.0.3 | 55,060 | 2/18/2020 | |
3.0.2 | 5,396 | 1/14/2020 | |
3.0.0 | 1,099,358 | 9/23/2019 | |
3.0.0-rc1.19457.4 | 1,917 | 9/16/2019 | |
3.0.0-preview9.19424.4 | 2,158 | 9/4/2019 | |
3.0.0-preview8.19405.7 | 14,281 | 8/13/2019 | |
3.0.0-preview7.19365.7 | 3,528 | 7/23/2019 | |
3.0.0-preview6.19307.2 | 19,850 | 6/12/2019 | |
3.0.0-preview5-19227-01 | 10,032 | 5/6/2019 | |
3.0.0-preview4-19216-03 | 8,071 | 4/18/2019 | |
3.0.0-preview3-19153-02 | 2,969 | 3/6/2019 | |
3.0.0-preview-19075-0444 | 4,104 | 1/29/2019 | |
3.0.0-preview-18579-0056 | 1,779 | 12/3/2018 | |
1.2.0 | 1,812 | 1/14/2025 | |
1.1.0 | 3,461,922 | 12/3/2018 | |
1.1.0-preview3-35497 | 12,270 | 10/17/2018 | |
1.1.0-preview2-35157 | 11,391 | 9/12/2018 | |
1.1.0-preview1-35029 | 3,450 | 8/22/2018 | |
1.0.4 | 1,835,227 | 10/1/2018 | |
1.0.3 | 197,326 | 8/21/2018 | |
1.0.2 | 152,542 | 7/10/2018 | |
1.0.1 | 119,299 | 6/18/2018 | |
1.0.0 | 408,034 | 5/29/2018 | |
1.0.0-rc1-final | 14,256 | 5/6/2018 | |
1.0.0-preview2-final | 12,093 | 4/10/2018 | |
1.0.0-preview1-final | 26,954 | 2/26/2018 | |
1.0.0-alpha2-final | 82,854 | 10/9/2017 | |
1.0.0-alpha1-final | 19,631 | 9/14/2017 |