IRequest Interface
.NET Framework 4.5
Represents a SignalR request.
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
'Declaration
Public Interface IRequest
'Usage
Dim instance As IRequest
public interface IRequest
public interface class IRequest
type IRequest = interface end
public interface IRequest
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. |
Top
Name | Description | |
---|---|---|
![]() |
ReadForm | Reads the form of the http request. |
Top
No content here will be updated; please do not add material here.