HubCallerContext Class
Visual Studio 2010
.NET Framework 4
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The HubCallerContext type exposes the following members.
| 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. |
Show:
