Hub::Context Property
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Provides information about the calling client.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
public: virtual property HubCallerContext^ Context { HubCallerContext^ get () sealed; void set (HubCallerContext^ value) sealed; }
Implements
IHub::Context
Show: