HubConfiguration Properties
Include Protected Members
Include Inherited Members
.NET Framework 4.5
The HubConfiguration type exposes the following members.
Properties
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.) |
Top