Hubs API

E827350

Hubs API is a core programming interface in ASP.NET SignalR that enables real-time communication between server-side hub classes and connected client applications.

Jump to: Statements Referenced by

Statements (48)

Predicate Object
instanceOf ASP.NET SignalR component
programming interface
abstracts low-level connection management
transport selection
allows invoking client methods from server
invoking server methods from clients
clientDocumentationURL https://learn.microsoft.com/aspnet/signalr/overview/guide-to-the-api/hubs-api-guide-javascript-client
clientSideLibrary .NET SignalR client NERFINISHED
JavaScript SignalR client
other platform-specific SignalR clients
compatibleWith .NET Core (via ASP.NET Core SignalR successor APIs) NERFINISHED
.NET Framework NERFINISHED
connects connected client applications
server-side hub classes
definedIn Microsoft.AspNet.SignalR namespace NERFINISHED
developedBy Microsoft
documentationURL https://learn.microsoft.com/aspnet/signalr/overview/guide-to-the-api/hubs-api-guide-server
enables bi-directional communication between server and clients
exposesConcept Hub
Hub method
client proxy
server proxy
partOf ASP.NET SignalR NERFINISHED
primaryLanguage C#
serverSideBaseClass Microsoft.AspNet.SignalR.Hub NERFINISHED
supports real-time communication
supportsFeature authorization on hubs
automatic reconnection (depending on transport)
broadcast messaging
connection management
group management
lifetime events
strongly-typed hubs
user-specific messaging
supportsLanguage C#
VB.NET NERFINISHED
supportsTransport Server-Sent Events (SSE) NERFINISHED
WebSockets (when available)
forever frame
long polling
usedFor chat applications
collaborative applications
live dashboards
push notifications to clients
real-time web functionality
usedIn .NET applications
ASP.NET applications
usesTransportAbstraction SignalR transport layer

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

ASP.NET SignalR hasComponent Hubs API