HostContext Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Hosting.HostContext

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

Syntax

'Declaration
Public Class HostContext
'Usage
Dim instance As HostContext
public class HostContext
public ref class HostContext
type HostContext =  class end
public class HostContext

The HostContext type exposes the following members.

Constructors

  Name Description
Public method HostContext

Top

Properties

  Name Description
Public property Items
Public property Request
Public property Response

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method GetValue<T> (Defined by HostContextExtensions.)
Public Extension Method HostShutdownToken (Defined by HostContextExtensions.)
Public Extension Method InstanceName (Defined by HostContextExtensions.)
Public Extension Method IsDebuggingEnabled (Defined by HostContextExtensions.)
Public Extension Method SupportsWebSockets (Defined by HostContextExtensions.)
Public Extension Method WebSocketServerUrl (Defined by HostContextExtensions.)

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