IRequest Interface

.NET Framework 4

Represents a SignalR request

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'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.

Properties

  Name Description
Public property Cookies Gets the cookies for this request.
Public property Form Gets the form for this request.
Public property Headers Gets the headers for this request.
Public property Items Gets state for the current HTTP request.
Public property QueryString Gets the query string for this request.
Public property Url Gets the url for this request.
Public property User Gets security information for the current HTTP request.

Top

Extension Methods

  Name Description
Public Extension Method GetHttpContext (Defined by RequestExtensions.)
Public Extension Method GetOwinVariable<T> (Defined by RequestExtensions.)

Top

See Also

Reference

Microsoft.AspNet.SignalR Namespace