ConnectionConfiguration 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 ConnectionConfiguration
'Usage
Dim instance As ConnectionConfiguration
public class ConnectionConfiguration
public ref class ConnectionConfiguration
type ConnectionConfiguration = class end
public class ConnectionConfiguration
The ConnectionConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConnectionConfiguration |
Top
Properties
Name | Description | |
---|---|---|
EnableCrossDomain | Determines if browsers can make cross domain requests to SignalR endpoints. | |
Resolver | The dependency resolver to use for the hub connection. |
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.