HubConfiguration Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Represents a hub configuration.
System::Object
Microsoft.AspNet.SignalR::ConnectionConfiguration
Microsoft.AspNet.SignalR::HubConfiguration
Microsoft.AspNet.SignalR::ConnectionConfiguration
Microsoft.AspNet.SignalR::HubConfiguration
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The HubConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EnableDetailedErrors | Determines whether detailed exceptions thrown in Hub methods get reported back to the invoking client. Defaults to false. |
![]() | EnableJavaScriptProxies | Determines whether JavaScript proxies for the server-side hubs should be auto generated at {Path}/hubs. Defaults to true. |
![]() | EnableJSONP | Gets of sets a boolean that determines if JSONP is enabled. (Inherited from ConnectionConfiguration.) |
![]() | Resolver | Gets or sets the dependency resolver to use for the hub connection. (Inherited from ConnectionConfiguration.) |
Show:
