HubConfiguration Properties
.NET Framework 4.5
Top
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: