HubDispatcher Constructor

.NET Framework 4.5

Initializes an instance of the HubDispatcher class.

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

public:
HubDispatcher(
	HubConfiguration^ configuration
)

Parameters

configuration
Type: Microsoft.AspNet.SignalR::HubConfiguration
Configuration settings determining whether to enable JS proxies and provide clients with detailed hub errors.
Show: