HubCallerContext Class
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Hubs.HubCallerContext
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class HubCallerContext
'Usage
Dim instance As HubCallerContext
public class HubCallerContext
public ref class HubCallerContext
type HubCallerContext = class end
public class HubCallerContext
The HubCallerContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HubCallerContext |
Top
Properties
Name | Description | |
---|---|---|
ConnectionId | Gets the connection ID of the calling client. | |
Headers | Gets the headers for the request. | |
QueryString | Gets the query string for the request. | |
Request | Gets the IRequest for the current HTTP request. | |
RequestCookies | Gets the cookies for the request. | |
User | Gets the IPrincipal for the request. |
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
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.