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 | |
---|---|---|
HostContext |
Top
Properties
Name | Description | |
---|---|---|
Items | ||
Request | ||
Response |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | (Defined by HostContextExtensions.) | |
HostShutdownToken | (Defined by HostContextExtensions.) | |
InstanceName | (Defined by HostContextExtensions.) | |
IsDebuggingEnabled | (Defined by HostContextExtensions.) | |
SupportsWebSockets | (Defined by HostContextExtensions.) | |
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.