HubConnectionContext::Caller Property

.NET Framework 4.5

Represents the calling client.

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

public:
property Object^ Caller {
	Object^ get ();
	void set (Object^ value);
}

Property Value

Type: System::Object
Returns Object.
Show: