Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IHub::Context Property

.NET Framework 4.5

Gets or sets the information about the calling client.

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

property HubCallerContext^ Context {
	HubCallerContext^ get ();
	void set (HubCallerContext^ value);
}

Property Value

Type: Microsoft.AspNet.SignalR.Hubs::HubCallerContext
The information about the calling client.
Show: