HubCallerContext Properties
.NET Framework 4.5
Top
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: