Microsoft.AspNetCore.SignalR.Client 11.0.0-preview.6.26359.118

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.

No packages depend on Microsoft.AspNetCore.SignalR.Client.

.NET 11.0

.NET Framework 4.6.2

.NET Standard 2.0

Version Downloads Last updated
11.0.0-preview.6.26359.118 2 21.07.2026
11.0.0-preview.5.26302.115 7 11.06.2026
11.0.0-preview.4.26230.115 9 17.05.2026
11.0.0-preview.3.26207.106 5 14.04.2026
11.0.0-preview.2.26159.112 5 14.03.2026
11.0.0-preview.1.26104.118 8 12.02.2026
10.0.10 2 21.07.2026
10.0.9 9 11.06.2026
10.0.8 8 17.05.2026
10.0.7 9 27.04.2026
10.0.6 5 14.04.2026
10.0.5 5 14.03.2026
10.0.4 6 14.03.2026
10.0.3 11 12.02.2026
10.0.2 8 22.01.2026
10.0.1 9 18.12.2025
10.0.0 11 18.12.2025
10.0.0-rc.2.25502.107 11 18.12.2025
10.0.0-rc.1.25451.107 8 18.12.2025
10.0.0-preview.7.25380.108 8 18.12.2025
10.0.0-preview.6.25358.103 14 07.08.2025
10.0.0-preview.5.25277.114 11 08.06.2025
10.0.0-preview.4.25258.110 12 07.06.2025
10.0.0-preview.3.25172.1 13 07.06.2025
10.0.0-preview.2.25164.1 14 27.03.2025
10.0.0-preview.1.25120.3 17 13.03.2025
9.0.18 2 21.07.2026
9.0.17 8 14.06.2026
9.0.16 9 17.05.2026
9.0.15 5 15.04.2026
9.0.14 7 14.03.2026
9.0.13 17 12.02.2026
9.0.12 9 22.01.2026
9.0.11 8 18.12.2025
9.0.10 10 18.12.2025
9.0.9 13 16.09.2025
9.0.8 20 27.08.2025
9.0.7 15 05.08.2025
9.0.6 16 22.06.2025
9.0.5 15 07.06.2025
9.0.4 14 07.06.2025
9.0.3 20 13.03.2025
9.0.2 19 19.02.2025
9.0.1 20 10.02.2025
9.0.0 18 15.02.2025
9.0.0-rc.2.24474.3 17 16.02.2025
9.0.0-rc.1.24452.1 19 16.02.2025
9.0.0-preview.7.24406.2 16 16.02.2025
9.0.0-preview.6.24328.4 18 15.02.2025
9.0.0-preview.5.24306.11 17 16.02.2025
9.0.0-preview.4.24267.6 17 16.02.2025
9.0.0-preview.3.24172.13 15 03.02.2025
9.0.0-preview.2.24128.4 21 09.03.2025
9.0.0-preview.1.24081.5 23 16.02.2025
8.0.29 2 21.07.2026
8.0.28 9 14.06.2026
8.0.27 8 17.05.2026
8.0.26 5 14.04.2026
8.0.25 6 14.03.2026
8.0.24 7 12.02.2026
8.0.23 10 22.01.2026
8.0.22 11 18.12.2025
8.0.21 17 18.12.2025
8.0.20 9 18.12.2025
8.0.19 17 18.12.2025
8.0.18 12 06.08.2025
8.0.17 13 22.06.2025
8.0.16 16 07.06.2025
8.0.15 17 07.06.2025
8.0.14 20 13.03.2025
8.0.13 18 20.02.2025
8.0.12 16 03.02.2025
8.0.11 18 16.02.2025
8.0.10 20 02.12.2024
8.0.8 19 03.02.2025
8.0.7 20 16.02.2025
8.0.6 21 16.02.2025
8.0.5 21 16.02.2025
8.0.4 20 03.02.2025
8.0.3 22 16.02.2025
8.0.2 23 03.02.2025
8.0.1 21 16.02.2025
8.0.0 20 15.02.2025
8.0.0-rc.2.23480.2 14 16.02.2025
8.0.0-rc.1.23421.29 19 16.02.2025
8.0.0-preview.7.23375.9 21 16.02.2025
8.0.0-preview.6.23329.11 15 14.02.2025
8.0.0-preview.5.23302.2 17 19.02.2025
8.0.0-preview.4.23260.4 20 16.02.2025
8.0.0-preview.3.23177.8 15 03.02.2025
8.0.0-preview.2.23153.2 14 16.02.2025
8.0.0-preview.1.23112.2 16 16.02.2025
7.0.20 20 16.02.2025
7.0.19 15 16.02.2025
7.0.18 16 15.02.2025
7.0.17 17 16.02.2025
7.0.16 16 16.02.2025
7.0.15 17 16.02.2025
7.0.14 18 03.02.2025
7.0.13 18 16.02.2025
7.0.12 16 15.02.2025
7.0.11 15 15.02.2025
7.0.10 19 16.02.2025
7.0.9 23 16.02.2025
7.0.8 18 16.02.2025
7.0.7 18 16.02.2025
7.0.5 26 16.02.2025
7.0.4 22 03.02.2025
7.0.3 25 16.02.2025
7.0.2 20 03.02.2025
7.0.1 24 16.02.2025
7.0.0 21 16.02.2025
7.0.0-rc.2.22476.2 17 20.02.2025
7.0.0-rc.1.22427.2 14 16.02.2025
7.0.0-preview.7.22376.6 20 16.02.2025
7.0.0-preview.6.22330.3 16 16.02.2025
7.0.0-preview.5.22303.8 14 16.02.2025
7.0.0-preview.4.22251.1 15 16.02.2025
7.0.0-preview.3.22178.4 15 16.02.2025
7.0.0-preview.2.22153.2 18 16.02.2025
7.0.0-preview.1.22109.13 14 03.02.2025
6.0.36 16 16.02.2025
6.0.35 23 15.02.2025
6.0.33 18 06.02.2025
6.0.32 17 16.02.2025
6.0.31 18 16.02.2025
6.0.30 19 03.02.2025
6.0.29 26 16.02.2025
6.0.28 17 16.02.2025
6.0.27 18 08.02.2025
6.0.26 16 14.02.2025
6.0.25 16 16.02.2025
6.0.24 18 16.02.2025
6.0.23 15 04.02.2025
6.0.22 18 16.02.2025
6.0.21 20 04.02.2025
6.0.20 18 03.02.2025
6.0.19 24 16.02.2025
6.0.18 19 15.02.2025
6.0.16 21 16.02.2025
6.0.15 18 03.02.2025
6.0.14 16 03.02.2025
6.0.13 19 16.02.2025
6.0.12 19 03.02.2025
6.0.11 23 16.02.2025
6.0.10 17 16.02.2025
6.0.9 29 16.02.2025
6.0.8 21 04.02.2025
6.0.7 22 16.02.2025
6.0.6 21 03.02.2025
6.0.5 20 16.02.2025
6.0.4 25 03.02.2025
6.0.3 18 16.02.2025
6.0.2 22 04.02.2025
6.0.1 23 16.02.2025
6.0.0 21 04.02.2025
6.0.0-rc.2.21480.10 18 16.02.2025
6.0.0-rc.1.21452.15 20 16.02.2025
6.0.0-preview.7.21378.6 16 03.02.2025
6.0.0-preview.6.21355.2 14 03.02.2025
6.0.0-preview.5.21301.17 16 15.02.2025
6.0.0-preview.4.21253.5 16 16.02.2025
6.0.0-preview.3.21201.13 24 16.02.2025
6.0.0-preview.2.21154.6 14 03.02.2025
6.0.0-preview.1.21103.6 15 03.02.2025
5.0.17 19 16.02.2025
5.0.16 15 16.02.2025
5.0.15 19 16.02.2025
5.0.14 18 16.02.2025
5.0.13 20 16.02.2025
5.0.12 17 03.02.2025
5.0.11 17 16.02.2025
5.0.10 23 16.02.2025
5.0.9 26 16.02.2025
5.0.8 20 16.02.2025
5.0.7 19 16.02.2025
5.0.6 21 03.02.2025
5.0.5 27 16.02.2025
5.0.4 25 08.10.2024
5.0.3 19 16.02.2025
5.0.2 21 03.02.2025
5.0.1 19 16.02.2025
5.0.0 22 03.02.2025
5.0.0-rc.2.20475.17 21 09.03.2025
5.0.0-rc.1.20451.17 14 18.02.2025
5.0.0-preview.8.20414.8 15 03.02.2025
5.0.0-preview.7.20365.19 16 03.02.2025
5.0.0-preview.6.20312.15 19 16.02.2025
5.0.0-preview.5.20279.2 16 16.02.2025
5.0.0-preview.4.20257.10 19 03.02.2025
5.0.0-preview.3.20215.14 21 03.02.2025
5.0.0-preview.2.20167.3 18 15.02.2025
5.0.0-preview.1.20124.5 15 03.02.2025
3.1.32 22 16.02.2025
3.1.31 16 03.02.2025
3.1.30 18 03.02.2025
3.1.29 20 16.02.2025
3.1.28 17 16.02.2025
3.1.27 15 16.02.2025
3.1.26 16 16.02.2025
3.1.25 19 15.02.2025
3.1.24 18 16.02.2025
3.1.23 16 16.02.2025
3.1.22 24 16.02.2025
3.1.21 16 16.02.2025
3.1.20 18 16.02.2025
3.1.19 17 16.02.2025
3.1.18 24 16.02.2025
3.1.17 16 16.02.2025
3.1.16 18 03.02.2025
3.1.15 16 09.02.2025
3.1.14 16 03.02.2025
3.1.13 19 16.02.2025
3.1.12 17 15.02.2025
3.1.11 22 15.02.2025
3.1.10 18 16.02.2025
3.1.9 27 16.02.2025
3.1.8 18 16.02.2025
3.1.7 29 16.02.2025
3.1.6 22 03.02.2025
3.1.5 18 16.02.2025
3.1.4 21 16.02.2025
3.1.3 18 16.02.2025
3.1.2 21 16.02.2025
3.1.1 20 15.02.2025
3.1.0 19 16.02.2025
3.1.0-preview3.19555.2 22 03.02.2025
3.1.0-preview2.19528.8 18 16.02.2025
3.1.0-preview1.19508.20 15 16.02.2025
3.0.3 20 16.02.2025
3.0.2 23 03.02.2025
3.0.0 21 16.02.2025
3.0.0-rc1.19457.4 14 16.02.2025
3.0.0-preview9.19424.4 23 20.02.2025
3.0.0-preview8.19405.7 19 16.02.2025
3.0.0-preview7.19365.7 16 16.02.2025
3.0.0-preview6.19307.2 15 08.02.2025
3.0.0-preview5-19227-01 19 20.02.2025
3.0.0-preview4-19216-03 18 16.02.2025
3.0.0-preview3-19153-02 19 03.02.2025
3.0.0-preview-19075-0444 20 15.02.2025
3.0.0-preview-18579-0056 13 04.02.2025
1.2.11 7 13.06.2026
1.2.10 8 17.05.2026
1.2.9 16 22.01.2026
1.2.8 8 22.01.2026
1.2.0 18 16.02.2025
1.1.0 26 16.02.2025
1.1.0-preview3-35497 18 03.02.2025
1.1.0-preview2-35157 15 03.02.2025
1.1.0-preview1-35029 17 16.02.2025
1.0.4 19 16.02.2025
1.0.3 21 16.02.2025
1.0.2 20 07.02.2025
1.0.1 24 16.02.2025
1.0.0 18 04.02.2025
1.0.0-rc1-final 19 16.02.2025
1.0.0-preview2-final 18 03.02.2025
1.0.0-preview1-final 16 16.02.2025
1.0.0-alpha2-final 16 03.02.2025
1.0.0-alpha1-final 19 03.02.2025