Microsoft.AspNetCore.SignalR.Client.Core
10.0.0-preview.1.25120.3
Prefix Reserved
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" />
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"
// Install Microsoft.AspNetCore.SignalR.Client.Core as a Cake Addin #addin nuget:?package=Microsoft.AspNetCore.SignalR.Client.Core&version=10.0.0-preview.1.25120.3&prerelease // Install Microsoft.AspNetCore.SignalR.Client.Core as a Cake Tool #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.
[!NOTE] 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. |
.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 (47)
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/aspnetcore/tree/b225d30209cf027c80b741d04efe1c54f2431b3c |
|
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 (6)
Showing the top 5 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.
|
|
SaviorXTanren/mixer-mixitup
Streaming bot application for handling chat, events, moderation, and other streamer assistance features
|
|
asieradzk/RL_Matrix
Deep Reinforcement Learning in C#
|
|
Spreads/SignalW
Even simpler and faster real-time web for ASP.NET Core.
|
Version | Downloads | Last updated | |
---|---|---|---|
10.0.0-preview.1.25120.3 | 1,292 | 21 days ago | |
9.0.3 | 23,563 | 7 days ago | |
9.0.2 | 245,146 | a month ago | |
9.0.1 | 321,421 | 2 months ago | |
9.0.0 | 546,357 | 4 months ago | |
9.0.0-rc.2.24474.3 | 20,816 | 5 months ago | |
9.0.0-rc.1.24452.1 | 3,240 | 6 months ago | |
9.0.0-preview.7.24406.2 | 4,482 | 7 months ago | |
9.0.0-preview.6.24328.4 | 8,058 | 8 months ago | |
9.0.0-preview.5.24306.11 | 8,171 | 9 months ago | |
9.0.0-preview.4.24267.6 | 9,108 | 10 months ago | |
9.0.0-preview.3.24172.13 | 5,031 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 4,344 | 3/12/2024 | |
9.0.0-preview.1.24081.5 | 4,883 | 2/13/2024 | |
8.0.14 | 9,495 | 7 days ago | |
8.0.13 | 96,279 | a month ago | |
8.0.12 | 187,106 | 2 months ago | |
8.0.11 | 764,985 | 4 months ago | |
8.0.10 | 1,239,025 | 5 months ago | |
8.0.8 | 1,433,823 | 7 months ago | |
8.0.7 | 937,066 | 8 months ago | |
8.0.6 | 1,138,927 | 10 months ago | |
8.0.5 | 378,398 | 5/14/2024 | |
8.0.4 | 911,262 | 4/9/2024 | |
8.0.3 | 753,468 | 3/12/2024 | |
8.0.2 | 966,608 | 2/13/2024 | |
8.0.1 | 1,289,117 | 1/9/2024 | |
8.0.0 | 2,413,323 | 11/14/2023 | |
8.0.0-rc.2.23480.2 | 15,996 | 10/10/2023 | |
8.0.0-rc.1.23421.29 | 26,196 | 9/12/2023 | |
8.0.0-preview.7.23375.9 | 13,630 | 8/8/2023 | |
8.0.0-preview.6.23329.11 | 7,718 | 7/11/2023 | |
8.0.0-preview.5.23302.2 | 5,082 | 6/13/2023 | |
8.0.0-preview.4.23260.4 | 10,449 | 5/16/2023 | |
8.0.0-preview.3.23177.8 | 19,602 | 4/11/2023 | |
8.0.0-preview.2.23153.2 | 3,438 | 3/14/2023 | |
8.0.0-preview.1.23112.2 | 6,534 | 2/21/2023 | |
7.0.20 | 83,636 | 10 months ago | |
7.0.19 | 11,270 | 5/14/2024 | |
7.0.18 | 43,833 | 4/9/2024 | |
7.0.17 | 68,742 | 3/12/2024 | |
7.0.16 | 90,738 | 2/13/2024 | |
7.0.15 | 217,796 | 1/9/2024 | |
7.0.14 | 260,467 | 11/14/2023 | |
7.0.13 | 420,485 | 10/24/2023 | |
7.0.12 | 323,114 | 10/10/2023 | |
7.0.11 | 521,968 | 9/12/2023 | |
7.0.10 | 618,591 | 8/8/2023 | |
7.0.9 | 725,659 | 7/11/2023 | |
7.0.8 | 334,830 | 6/22/2023 | |
7.0.7 | 180,538 | 6/13/2023 | |
7.0.5 | 1,150,852 | 4/11/2023 | |
7.0.4 | 468,445 | 3/14/2023 | |
7.0.3 | 617,908 | 2/14/2023 | |
7.0.2 | 1,113,746 | 1/10/2023 | |
7.0.1 | 491,283 | 12/13/2022 | |
7.0.0 | 1,029,549 | 11/7/2022 | |
7.0.0-rc.2.22476.2 | 7,206 | 10/11/2022 | |
7.0.0-rc.1.22427.2 | 5,198 | 9/14/2022 | |
7.0.0-preview.7.22376.6 | 7,342 | 8/9/2022 | |
7.0.0-preview.6.22330.3 | 4,330 | 7/12/2022 | |
7.0.0-preview.5.22303.8 | 2,950 | 6/14/2022 | |
7.0.0-preview.4.22251.1 | 6,586 | 5/10/2022 | |
7.0.0-preview.3.22178.4 | 3,530 | 4/13/2022 | |
7.0.0-preview.2.22153.2 | 16,574 | 3/14/2022 | |
7.0.0-preview.1.22109.13 | 1,390 | 2/17/2022 | |
6.0.36 | 93,453 | 4 months ago | |
6.0.35 | 42,760 | 5 months ago | |
6.0.33 | 37,168 | 7 months ago | |
6.0.32 | 37,422 | 8 months ago | |
6.0.31 | 71,169 | 10 months ago | |
6.0.30 | 40,924 | 5/14/2024 | |
6.0.29 | 71,344 | 4/9/2024 | |
6.0.28 | 76,741 | 3/12/2024 | |
6.0.27 | 73,905 | 2/13/2024 | |
6.0.26 | 103,505 | 1/9/2024 | |
6.0.25 | 191,182 | 11/14/2023 | |
6.0.24 | 70,282 | 10/24/2023 | |
6.0.23 | 61,842 | 10/10/2023 | |
6.0.22 | 160,536 | 9/12/2023 | |
6.0.21 | 223,245 | 8/8/2023 | |
6.0.20 | 111,586 | 7/11/2023 | |
6.0.19 | 187,753 | 6/22/2023 | |
6.0.18 | 80,145 | 6/13/2023 | |
6.0.16 | 422,265 | 4/11/2023 | |
6.0.15 | 238,373 | 3/14/2023 | |
6.0.14 | 251,701 | 2/14/2023 | |
6.0.13 | 373,814 | 1/10/2023 | |
6.0.12 | 236,249 | 12/13/2022 | |
6.0.11 | 536,145 | 11/7/2022 | |
6.0.10 | 1,181,418 | 10/11/2022 | |
6.0.9 | 982,115 | 9/13/2022 | |
6.0.8 | 1,319,487 | 8/9/2022 | |
6.0.7 | 947,078 | 7/12/2022 | |
6.0.6 | 948,118 | 6/14/2022 | |
6.0.5 | 1,672,980 | 5/10/2022 | |
6.0.4 | 908,532 | 4/11/2022 | |
6.0.3 | 1,191,582 | 3/8/2022 | |
6.0.2 | 858,849 | 2/8/2022 | |
6.0.1 | 1,274,210 | 12/14/2021 | |
6.0.0 | 2,542,553 | 11/8/2021 | |
6.0.0-rc.2.21480.10 | 13,111 | 10/12/2021 | |
6.0.0-rc.1.21452.15 | 11,236 | 9/14/2021 | |
6.0.0-preview.7.21378.6 | 22,932 | 8/10/2021 | |
6.0.0-preview.6.21355.2 | 5,776 | 7/14/2021 | |
6.0.0-preview.5.21301.17 | 2,614 | 6/15/2021 | |
6.0.0-preview.4.21253.5 | 5,688 | 5/24/2021 | |
6.0.0-preview.3.21201.13 | 7,688 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 2,710 | 3/11/2021 | |
6.0.0-preview.1.21103.6 | 7,438 | 2/12/2021 | |
5.0.17 | 540,629 | 5/10/2022 | |
5.0.16 | 72,797 | 4/11/2022 | |
5.0.15 | 77,793 | 3/8/2022 | |
5.0.14 | 95,964 | 2/8/2022 | |
5.0.13 | 317,671 | 12/14/2021 | |
5.0.12 | 335,467 | 11/7/2021 | |
5.0.11 | 618,345 | 10/12/2021 | |
5.0.10 | 1,481,056 | 9/14/2021 | |
5.0.9 | 609,786 | 8/10/2021 | |
5.0.8 | 474,438 | 7/13/2021 | |
5.0.7 | 656,423 | 6/8/2021 | |
5.0.6 | 400,199 | 5/11/2021 | |
5.0.5 | 697,338 | 4/6/2021 | |
5.0.4 | 389,720 | 3/9/2021 | |
5.0.3 | 287,285 | 2/9/2021 | |
5.0.2 | 406,184 | 1/12/2021 | |
5.0.1 | 620,856 | 12/8/2020 | |
5.0.0 | 362,382 | 11/9/2020 | |
5.0.0-rc.2.20475.17 | 10,868 | 10/13/2020 | |
5.0.0-rc.1.20451.17 | 4,268 | 9/14/2020 | |
5.0.0-preview.8.20414.8 | 3,011 | 8/25/2020 | |
5.0.0-preview.7.20365.19 | 7,035 | 7/21/2020 | |
5.0.0-preview.6.20312.15 | 2,131 | 6/25/2020 | |
5.0.0-preview.5.20279.2 | 1,988 | 6/10/2020 | |
5.0.0-preview.4.20257.10 | 3,992 | 5/18/2020 | |
5.0.0-preview.3.20215.14 | 6,399 | 4/23/2020 | |
5.0.0-preview.2.20167.3 | 6,316 | 4/2/2020 | |
5.0.0-preview.1.20124.5 | 5,885 | 3/16/2020 | |
3.1.32 | 180,024 | 12/13/2022 | |
3.1.31 | 17,297 | 11/8/2022 | |
3.1.30 | 20,351 | 10/11/2022 | |
3.1.29 | 22,223 | 9/13/2022 | |
3.1.28 | 21,051 | 8/9/2022 | |
3.1.27 | 23,347 | 7/12/2022 | |
3.1.26 | 38,200 | 6/14/2022 | |
3.1.25 | 48,877 | 5/10/2022 | |
3.1.24 | 37,503 | 4/11/2022 | |
3.1.23 | 56,918 | 3/8/2022 | |
3.1.22 | 367,393 | 12/14/2021 | |
3.1.21 | 90,336 | 11/7/2021 | |
3.1.20 | 41,558 | 10/11/2021 | |
3.1.19 | 73,172 | 9/14/2021 | |
3.1.18 | 98,951 | 8/10/2021 | |
3.1.17 | 67,572 | 7/13/2021 | |
3.1.16 | 62,483 | 6/8/2021 | |
3.1.15 | 108,121 | 5/11/2021 | |
3.1.14 | 137,566 | 4/6/2021 | |
3.1.13 | 156,930 | 3/9/2021 | |
3.1.12 | 158,595 | 2/9/2021 | |
3.1.11 | 174,892 | 1/12/2021 | |
3.1.10 | 613,062 | 11/9/2020 | |
3.1.9 | 1,000,553 | 10/13/2020 | |
3.1.8 | 1,295,819 | 9/8/2020 | |
3.1.7 | 583,899 | 8/11/2020 | |
3.1.6 | 2,327,378 | 7/14/2020 | |
3.1.5 | 788,124 | 6/9/2020 | |
3.1.4 | 541,173 | 5/12/2020 | |
3.1.3 | 1,105,925 | 3/24/2020 | |
3.1.2 | 753,236 | 2/18/2020 | |
3.1.1 | 607,087 | 1/14/2020 | |
3.1.0 | 608,569 | 12/3/2019 | |
3.1.0-preview3.19555.2 | 9,184 | 11/13/2019 | |
3.1.0-preview2.19528.8 | 1,254 | 11/1/2019 | |
3.1.0-preview1.19508.20 | 10,022 | 10/15/2019 | |
3.0.3 | 54,374 | 2/18/2020 | |
3.0.2 | 5,238 | 1/14/2020 | |
3.0.0 | 1,080,962 | 9/23/2019 | |
3.0.0-rc1.19457.4 | 1,868 | 9/16/2019 | |
3.0.0-preview9.19424.4 | 2,108 | 9/4/2019 | |
3.0.0-preview8.19405.7 | 14,223 | 8/13/2019 | |
3.0.0-preview7.19365.7 | 3,472 | 7/23/2019 | |
3.0.0-preview6.19307.2 | 19,799 | 6/12/2019 | |
3.0.0-preview5-19227-01 | 9,972 | 5/6/2019 | |
3.0.0-preview4-19216-03 | 8,009 | 4/18/2019 | |
3.0.0-preview3-19153-02 | 2,912 | 3/6/2019 | |
3.0.0-preview-19075-0444 | 4,039 | 1/29/2019 | |
3.0.0-preview-18579-0056 | 1,726 | 12/3/2018 | |
1.2.0 | 778 | 2 months ago | |
1.1.0 | 3,378,029 | 12/3/2018 | |
1.1.0-preview3-35497 | 12,198 | 10/17/2018 | |
1.1.0-preview2-35157 | 11,306 | 9/12/2018 | |
1.1.0-preview1-35029 | 3,366 | 8/22/2018 | |
1.0.4 | 1,825,620 | 10/1/2018 | |
1.0.3 | 195,921 | 8/21/2018 | |
1.0.2 | 151,569 | 7/10/2018 | |
1.0.1 | 116,841 | 6/18/2018 | |
1.0.0 | 400,547 | 5/29/2018 | |
1.0.0-rc1-final | 14,132 | 5/6/2018 | |
1.0.0-preview2-final | 11,971 | 4/10/2018 | |
1.0.0-preview1-final | 26,839 | 2/26/2018 | |
1.0.0-alpha2-final | 82,364 | 10/9/2017 | |
1.0.0-alpha1-final | 19,552 | 9/14/2017 |