Microsoft.AspNetCore.SignalR.Client 10.0.0-preview.3.25172.1

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 connections
  • HubConnection: 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 a HubConnection

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.

Showing the top 20 packages that depend on Microsoft.AspNetCore.SignalR.Client.

Packages Downloads
EMonitor.DotnetClient
EMonitor.DotnetClient, https://emonitor.ws
28
EMonitor.DotnetClient
Package Description
15
EMonitor.DotnetClient
Package Description
16
EMonitor.DotnetClient
Package Description
17
EMonitor.DotnetClient
Package Description
18
EMonitor.DotnetClient
Package Description
19
EMonitor.DotnetClient
Package Description
20

.NET Framework 4.6.2

.NET 10.0

.NET Standard 2.0

Version Downloads Last updated
10.0.0-preview.5.25277.114 0 06/06/2025
10.0.0-preview.4.25258.110 2 05/18/2025
10.0.0-preview.3.25172.1 8 04/16/2025
10.0.0-preview.2.25164.1 9 03/30/2025
10.0.0-preview.1.25120.3 11 03/03/2025
9.0.5 1 05/18/2025
9.0.4 6 04/15/2025
9.0.3 10 03/16/2025
9.0.2 12 02/14/2025
9.0.1 14 01/28/2025
9.0.0 16 11/18/2024
9.0.0-rc.2.24474.3 13 11/14/2024
9.0.0-rc.1.24452.1 11 12/14/2024
9.0.0-preview.7.24406.2 13 12/02/2024
9.0.0-preview.6.24328.4 18 11/14/2024
9.0.0-preview.5.24306.11 9 12/14/2024
9.0.0-preview.4.24267.6 14 05/31/2024
9.0.0-preview.3.24172.13 15 04/24/2024
9.0.0-preview.2.24128.4 17 05/31/2024
9.0.0-preview.1.24081.5 22 05/31/2024
8.0.16 1 05/18/2025
8.0.15 6 04/15/2025
8.0.14 12 03/16/2025
8.0.13 14 02/14/2025
8.0.12 19 01/30/2025
8.0.11 21 11/14/2024
8.0.10 16 12/04/2024
8.0.8 16 11/11/2024
8.0.7 15 12/01/2024
8.0.6 10 01/01/2025
8.0.5 22 05/31/2024
8.0.4 27 04/30/2024
8.0.3 21 04/29/2024
8.0.2 18 05/02/2024
8.0.1 25 05/31/2024
8.0.0 21 05/02/2024
8.0.0-rc.2.23480.2 17 05/31/2024
8.0.0-rc.1.23421.29 16 05/31/2024
8.0.0-preview.7.23375.9 14 04/29/2024
8.0.0-preview.6.23329.11 13 05/31/2024
8.0.0-preview.5.23302.2 20 04/24/2024
8.0.0-preview.4.23260.4 15 05/31/2024
8.0.0-preview.3.23177.8 17 04/28/2024
8.0.0-preview.2.23153.2 17 04/29/2024
8.0.0-preview.1.23112.2 16 05/31/2024
7.0.20 18 12/10/2024
7.0.19 21 05/16/2024
7.0.18 23 04/30/2024
7.0.17 20 05/31/2024
7.0.16 16 05/31/2024
7.0.15 21 05/31/2024
7.0.14 22 04/30/2024
7.0.13 22 04/28/2024
7.0.12 21 05/31/2024
7.0.11 19 05/31/2024
7.0.10 25 05/31/2024
7.0.9 21 05/02/2024
7.0.8 21 05/31/2024
7.0.7 17 04/29/2024
7.0.5 19 05/31/2024
7.0.4 20 05/31/2024
7.0.3 21 05/31/2024
7.0.2 27 05/31/2024
7.0.1 23 04/28/2024
7.0.0 18 05/31/2024
7.0.0-rc.2.22476.2 18 05/31/2024
7.0.0-rc.1.22427.2 14 05/16/2024
7.0.0-preview.7.22376.6 19 05/31/2024
7.0.0-preview.6.22330.3 20 05/31/2024
7.0.0-preview.5.22303.8 13 05/31/2024
7.0.0-preview.1.22109.13 14 05/31/2024
6.0.36 14 11/14/2024
6.0.35 17 12/03/2024
6.0.33 16 12/06/2024
6.0.32 14 12/01/2024
6.0.31 16 12/03/2024
6.0.30 16 05/31/2024
6.0.29 20 05/31/2024
6.0.28 24 05/31/2024
6.0.27 22 05/01/2024
6.0.26 21 05/31/2024
6.0.25 18 05/31/2024
6.0.24 23 05/31/2024
6.0.23 25 05/31/2024
6.0.22 26 05/31/2024
6.0.21 20 05/31/2024
6.0.20 24 05/31/2024
6.0.19 23 05/31/2024
6.0.18 17 05/31/2024
6.0.16 17 05/31/2024
6.0.15 15 12/03/2024
6.0.14 23 05/31/2024
6.0.13 23 04/24/2024
6.0.12 23 05/31/2024
6.0.11 19 05/31/2024
6.0.10 18 05/31/2024
6.0.9 18 05/31/2024
6.0.8 15 12/04/2024
6.0.7 19 05/31/2024
6.0.6 20 05/31/2024
6.0.5 22 06/06/2022
6.0.2 25 06/06/2022
6.0.0-rc.2.21480.10 17 05/31/2024
6.0.0-rc.1.21452.15 15 05/31/2024
6.0.0-preview.7.21378.6 15 05/31/2024
6.0.0-preview.4.21253.5 13 05/31/2024
6.0.0-preview.2.21154.6 14 05/31/2024
6.0.0-preview.1.21103.6 19 05/31/2024
5.0.17 21 06/06/2022
5.0.16 23 05/31/2024
5.0.15 20 05/31/2024
5.0.14 21 06/06/2022
5.0.12 18 05/31/2024
5.0.11 22 05/31/2024
5.0.8 25 06/06/2022
5.0.1 22 06/06/2022
5.0.0 17 05/31/2024
5.0.0-rc.2.20475.17 17 05/31/2024
5.0.0-rc.1.20451.17 16 05/31/2024
5.0.0-preview.5.20279.2 15 05/31/2024
5.0.0-preview.2.20167.3 16 05/31/2024
5.0.0-preview.1.20124.5 19 05/31/2024
3.1.32 17 05/31/2024
3.1.31 23 05/31/2024
3.1.30 20 05/31/2024
3.1.29 20 05/31/2024
3.1.28 17 05/31/2024
3.1.27 20 05/31/2024
3.1.26 21 05/31/2024
3.1.24 17 05/31/2024
3.1.23 16 06/06/2022
3.1.22 17 05/31/2024
3.1.20 22 05/31/2024
3.1.19 18 05/31/2024
3.1.16 21 05/31/2024
3.1.11 23 05/31/2024
3.1.9 25 05/31/2024
3.1.8 18 05/31/2024
3.1.5 16 05/31/2024
3.1.4 18 06/06/2022
3.1.2 21 05/31/2024
3.1.0-preview3.19555.2 14 05/31/2024
3.1.0-preview1.19508.20 18 05/31/2024
3.0.3 17 05/31/2024
3.0.0 15 06/06/2022
3.0.0-rc1.19457.4 12 05/31/2024
1.2.0 13 01/30/2025
1.1.0-preview3-35497 16 05/31/2024
1.1.0-preview2-35157 20 05/31/2024
1.0.1 17 05/31/2024
1.0.0-alpha1-final 21 05/31/2024