Hub::Clients Property
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Returns HubConnectionContext.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
public: virtual property HubConnectionContext^ Clients { HubConnectionContext^ get () sealed; void set (HubConnectionContext^ value) sealed; }
Property Value
Type: Microsoft.AspNet.SignalR.Hubs::HubConnectionContextReturns HubConnectionContext.
Implements
IHub::Clients
Show: