IRequest Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
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 the client connection. |
![]() | Environment | Gets the owin environment. |
![]() | Headers | Gets or sets the headers for the requests. |
![]() | LocalPath | Gets the local path part of the url. |
![]() | QueryString | Gets the collection of IRequest query string variables. |
![]() | Url | Gets the Uri for the IRequest. |
![]() | User | Gets the principal user for the IRequest. |
Show:
