HubConfiguration Class
Visual Studio 2010
.NET Framework 4
Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
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 | |
|---|---|---|
![]() | EnableCrossDomain | Determines if browsers can make cross domain requests to SignalR endpoints. (Inherited from ConnectionConfiguration.) |
![]() | EnableDetailedErrors | Determines whether detailed exceptions thrown in Hub methods get reported back 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. |
![]() | Resolver | The dependency resolver to use for the hub connection. (Inherited from ConnectionConfiguration.) |
Show:
