Hub::Context Property

.NET Framework 4.5

Provides information about the calling client.

Namespace:  Microsoft.AspNet.SignalR
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: