HostContextExtensions Class

.NET Framework 4.5

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Hosting.HostContextExtensions

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

Syntax

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

The HostContextExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member GetValue<T>
Public methodStatic member HostShutdownToken
Public methodStatic member InstanceName
Public methodStatic member IsDebuggingEnabled
Public methodStatic member SupportsWebSockets
Public methodStatic 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