HubConfiguration Class
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.ConnectionConfiguration
Microsoft.AspNet.SignalR.HubConfiguration
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class HubConfiguration _
Inherits ConnectionConfiguration
'Usage
Dim instance As HubConfiguration
public class HubConfiguration : ConnectionConfiguration
public ref class HubConfiguration : public ConnectionConfiguration
type HubConfiguration =
class
inherit ConnectionConfiguration
end
public class HubConfiguration extends ConnectionConfiguration
The HubConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HubConfiguration |
Top
Properties
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.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.