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 | |
---|---|---|
Configuration | Gets the default IConfigurationManager | |
ConnectionManager | Gets the default IConnectionManager | |
DependencyResolver | Gets or sets the default IDependencyResolver. | |
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.