MethodDescriptor::Hub Property

.NET Framework 4.5

Hub descriptor object, target to this method.

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

public:
virtual property HubDescriptor^ Hub {
	HubDescriptor^ get ();
	void set (HubDescriptor^ value);
}
Show: