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
Public method ConnectionConfiguration

Top

Properties

  Name Description
Public property EnableCrossDomain Determines if browsers can make cross domain requests to SignalR endpoints.
Public property Resolver The dependency resolver to use for the hub connection.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.AspNet.SignalR Namespace