GlobalHost Class

.NET Framework 4.5

Provides access to default host information.

System::Object
  Microsoft.AspNet.SignalR::GlobalHost

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

public ref class GlobalHost abstract sealed

The GlobalHost type exposes the following members.

  NameDescription
Public propertyStatic memberConfigurationGets the default IConfigurationManager.
Public propertyStatic memberConnectionManagerGets the default IConnectionManager.
Public propertyStatic memberDependencyResolverGets or sets the default IDependencyResolver.
Public propertyStatic memberHubPipelineGets the default IHubPipeline.
Public propertyStatic memberTraceManagerGets the default ITraceManager
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: