HubConfiguration Properties

Include Protected Members
Include Inherited Members

.NET Framework 4

The HubConfiguration type exposes the following members.

Properties

  Name Description
Public property EnableCrossDomain Determines if browsers can make cross domain requests to SignalR endpoints. (Inherited from ConnectionConfiguration.)
Public property EnableDetailedErrors Determines whether detailed exceptions thrown in Hub methods get reported back the invoking client. Defaults to false.
Public property EnableJavaScriptProxies Determines whether JavaScript proxies for the server-side hubs should be auto generated at {Path}/hubs. Defaults to true.
Public property Resolver The dependency resolver to use for the hub connection. (Inherited from ConnectionConfiguration.)

Top

See Also

Reference

HubConfiguration Class

Microsoft.AspNet.SignalR Namespace