HubCallerContext Properties

.NET Framework 4.5

The HubCallerContext type exposes the following members.

  NameDescription
Public property ConnectionId Gets the connection ID of the calling client.
Public property Headers Gets the headers for the request.
Public property QueryString Gets the query string for the request.
Public property Request Gets the IRequest for the current HTTP request.
Public property RequestCookies Gets the cookies for the request.
Public property User Gets the IPrincipal for the request.
Top
Show: