This documentation is archived and is not being maintained.
HubRequest Class
.NET Framework 4.5
Provides methods that communicate with SignalR connection request that connected to a Hub.
Namespace:
Microsoft.AspNet.SignalR.Hubs Assembly:
Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
public ref class HubRequest
The HubRequest type exposes the following members.
|
| Name | Description |
|---|
 | HubRequest | Initializes a new instance of the HubRequest class. |
Top|
| Name | Description |
|---|
 | Hub | Gets or sets the connection value of a hub. |
 | Id | Gets or sets the connection id. |
 | Method | Gets or sets the request method. |
 | ParameterValues | Gets or sets the parameter values. |
 | State | Gets or sets the current state of the request. |
TopAny public
static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.