Microsoft.AspNetCore.SignalR.Client Namespace

In this article

Classes

HttpConnectionFactory
A factory for creating HttpConnection instances.
HubConnection
A connection used to invoke hub methods on a SignalR Server.
HubConnectionBuilder
A builder for configuring HubConnection instances.
HubConnectionBuilderExtensions
Extension methods for IHubConnectionBuilder.
HubConnectionBuilderHttpExtensions
Extension methods for IHubConnectionBuilder.
HubConnectionExtensions
Extension methods for HubConnectionExtensions.
MessagePackProtocolHubConnectionBuilderExtensions
RetryContext
The context passed to NextRetryDelay(RetryContext) to help the policy determinehow long to wait before the next retry and whether there should be another retry at all.

Interfaces

IConnectionFactory
A factory abstraction for creating connections to a SignalR server.
IHubConnectionBuilder
A builder abstraction for configuring HubConnection instances.
IRetryPolicy
An abstraction that controls when the client attempts to reconnect and how many times it does so.

Enums

HubConnectionState
Describes the current state of the HubConnection to the server.