GlobalHost Class

.NET Framework 4

Provides access to default host information.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.GlobalHost

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public NotInheritable Class GlobalHost
'Usage
public static class GlobalHost
public ref class GlobalHost abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type GlobalHost =  class end
public final class GlobalHost

The GlobalHost type exposes the following members.

Properties

  Name Description
Public propertyStatic member Configuration Gets the default IConfigurationManager
Public propertyStatic member ConnectionManager Gets the default IConnectionManager
Public propertyStatic member DependencyResolver Gets or sets the default IDependencyResolver.
Public propertyStatic member HubPipeline

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