Microsoft.AspNetCore.SignalR.Client
10.0.7
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.AspNetCore.SignalR.Client --version 10.0.7
NuGet\Install-Package Microsoft.AspNetCore.SignalR.Client -Version 10.0.7
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.7" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.7" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" />
paket add Microsoft.AspNetCore.SignalR.Client --version 10.0.7
#r "nuget: Microsoft.AspNetCore.SignalR.Client, 10.0.7"
#:package Microsoft.AspNetCore.SignalR.Client@10.0.7
#addin nuget:?package=Microsoft.AspNetCore.SignalR.Client&version=10.0.7
#tool nuget:?package=Microsoft.AspNetCore.SignalR.Client&version=10.0.7
About
Microsoft.AspNetCore.SignalR.Client provides the .NET client for ASP.NET Core SignalR, which simplifies adding real-time web functionality to apps.
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, follow these steps:
Installation
dotnet add package Microsoft.AspNetCore.SignalR.Client
Configuration
See the ASP.NET Core SignalR docs for information about how to configure SignalR hubs on the server.
Then, you can configure the client to connect to the hub. For example:
var connection = new HubConnectionBuilder()
.WithUrl("http://localhost:53353/Chat")
.Build();
connection.On("ReceiveMessage", (string user, string message) =>
{
Console.WriteLine($"{user}: {message}");
});
await connection.StartAsync();
Main Types
The main types provided by Microsoft.AspNetCore.SignalR.Client 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 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 was computed. |
| .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.Http.Connections.Client (>= 10.0.7)
- Microsoft.AspNetCore.SignalR.Client.Core (>= 10.0.7)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http.Connections.Client (>= 10.0.7)
- Microsoft.AspNetCore.SignalR.Client.Core (>= 10.0.7)
-
net10.0
- Microsoft.AspNetCore.Http.Connections.Client (>= 10.0.7)
- Microsoft.AspNetCore.SignalR.Client.Core (>= 10.0.7)
NuGet packages (675)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.SignalR.Client:
| Package | Downloads |
|---|---|
|
AspNetCore.HealthChecks.SignalR
HealthChecks.SignalR is the health check package for SignalR. |
|
|
uSync.Expansions.Core
Core libraries for uSync Expansions |
|
|
Blauhaus.SignalR.Client
Package Description |
|
|
FenixAlliance.ACL.Dependencies
Application Component for the Alliance Business Suite. |
|
|
AIForged.SDK
Package Description |
GitHub repositories (163)
Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.SignalR.Client:
| Repository | Stars |
|---|---|
|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
|
ppy/osu
rhythm is just a *click* away!
|
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
|
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
|
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
|
|
|
quartznet/quartznet
Quartz Enterprise Scheduler .NET
|
|
|
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
|
|
|
microsoft/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
|
|
|
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
|
|
|
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
|
|
|
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
|
|
|
cobbr/Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
|
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
|
Jeric-X/SyncClipboard
跨平台剪贴板同步、历史记录管理工具 / Cross-platform cipboard syncing, history management tool
|
|
|
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
|
|
|
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
|
|
|
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
|
|
|
linq2db/linq2db
Linq to database provider.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0-preview.3.26207.106 | 2,268 | 4/14/2026 |
| 11.0.0-preview.2.26159.112 | 1,425 | 3/10/2026 |
| 11.0.0-preview.1.26104.118 | 1,053 | 2/10/2026 |
| 10.0.7 | 113,300 | 4/21/2026 |
| 10.0.6 | 163,105 | 4/14/2026 |
| 10.0.5 | 782,110 | 3/12/2026 |
| 10.0.4 | 76,803 | 3/10/2026 |
| 10.0.3 | 813,690 | 2/10/2026 |
| 10.0.2 | 916,216 | 1/13/2026 |
| 10.0.1 | 728,551 | 12/9/2025 |
| 9.0.15 | 43,289 | 4/14/2026 |
| 9.0.14 | 75,977 | 3/10/2026 |
| 9.0.13 | 87,884 | 2/10/2026 |
| 9.0.12 | 89,757 | 1/13/2026 |
| 8.0.26 | 32,761 | 4/14/2026 |
| 8.0.25 | 92,132 | 3/10/2026 |
| 8.0.24 | 119,384 | 2/10/2026 |
| 8.0.23 | 680,343 | 1/13/2026 |
| 1.2.9 | 19,927 | 1/7/2026 |
| 1.2.8 | 14,053 | 1/7/2026 |