![]() |
VOOZH | about |
dotnet add package Microsoft.AspNetCore.SignalR.Client --version 10.0.9
NuGet\Install-Package Microsoft.AspNetCore.SignalR.Client -Version 10.0.9
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.9" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.9" />Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" />Project file
paket add Microsoft.AspNetCore.SignalR.Client --version 10.0.9
#r "nuget: Microsoft.AspNetCore.SignalR.Client, 10.0.9"
#:package Microsoft.AspNetCore.SignalR.Client@10.0.9
#addin nuget:?package=Microsoft.AspNetCore.SignalR.Client&version=10.0.9Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.SignalR.Client&version=10.0.9Install as a Cake Tool
Microsoft.AspNetCore.SignalR.Client provides the .NET client for ASP.NET Core SignalR, which simplifies adding real-time web functionality to apps.
SignalR provides the following capabilities:
To use Microsoft.AspNetCore.SignalR.Client, follow these steps:
dotnet add package Microsoft.AspNetCore.SignalR.Client
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();
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:
HubConnectionOptions: Provides options for configuring a HubConnectionFor additional documentation and examples, refer to the official documentation on the .NET client for ASP.NET Core SignalR.
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 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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 |
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 11, 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.
|
|
|
Jeric-X/SyncClipboard
跨平台剪贴板同步、历史记录管理工具 / Cross-platform cipboard syncing, history management tool
|
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
|
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)
|
|
|
slskd/slskd
A modern client-server application for the Soulseek file sharing network.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0-preview.5.26302.115 | 309 | 6/9/2026 |
| 11.0.0-preview.4.26230.115 | 7,011 | 5/12/2026 |
| 11.0.0-preview.3.26207.106 | 6,240 | 4/14/2026 |
| 11.0.0-preview.2.26159.112 | 1,694 | 3/10/2026 |
| 10.0.9 | 114,808 | 6/9/2026 |
| 10.0.8 | 652,775 | 5/12/2026 |
| 10.0.7 | 885,130 | 4/21/2026 |
| 10.0.6 | 351,266 | 4/14/2026 |
| 10.0.5 | 1,277,968 | 3/12/2026 |
| 10.0.4 | 108,946 | 3/10/2026 |
| 9.0.17 | 6,607 | 6/9/2026 |
| 9.0.16 | 49,926 | 5/12/2026 |
| 9.0.15 | 166,212 | 4/14/2026 |
| 9.0.14 | 111,792 | 3/10/2026 |
| 8.0.28 | 16,211 | 6/9/2026 |
| 8.0.27 | 60,161 | 5/12/2026 |
| 8.0.26 | 79,128 | 4/14/2026 |
| 8.0.25 | 138,937 | 3/10/2026 |
| 1.2.11 | 172 | 6/9/2026 |
| 1.2.10 | 1,862 | 5/12/2026 |