Share via


Hub.Clients Property

.NET Framework 4.5

Gets or sets the clients that communicates with SignalR connections.

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

public IHubCallerConnectionContext Clients { get; set; }

Property Value

Type: Microsoft.AspNet.SignalR.Hubs.IHubCallerConnectionContext
The clients that communicates with SignalR connections.

Implements

IHub.Clients

See Also

Reference

Hub Class

Microsoft.AspNet.SignalR Namespace