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

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
Lib.MetadataClient
Package Description
28
Lib.MetadataClient
Package Description
25
Lib.MetadataClient
Package Description
16
Lib.MetadataClient
Package Description
15

.NET 11.0

.NET Framework 4.6.2

.NET Standard 2.0

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