ClientHubInvocation::Hub Property

.NET Framework 4.5

The name of the hub that the method being invoked belongs to.

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

[JsonPropertyAttribute(L"H")]
public:
property String^ Hub {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
Returns String.
Show: