IRequest Interface
Visual Studio 2010
.NET Framework 4 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents a SignalR request
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The IRequest type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Cookies | Gets the cookies for this request. |
![]() | Form | Gets the form for this request. |
![]() | Headers | Gets the headers for this request. |
![]() | Items | Gets state for the current HTTP request. |
![]() | QueryString | Gets the query string for this request. |
![]() | Url | Gets the url for this request. |
![]() | User | Gets security information for the current HTTP request. |
| Name | Description | |
|---|---|---|
![]() | GetHttpContext | (Defined by RequestExtensions.) |
![]() | GetOwinVariable<T> | (Defined by RequestExtensions.) |
Show:
