HostConstants Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Hosting.HostConstants

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

Syntax

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

The HostConstants type exposes the following members.

Fields

  Name Description
Public fieldStatic member DebugMode
Public fieldStatic member InstanceName
Public fieldStatic member ShutdownToken
Public fieldStatic member SupportsWebSockets
Public fieldStatic member WebSocketServerUrl

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.Hosting Namespace