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)

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 the client connection.
Public property Environment Gets the owin environment.
Public property Headers Gets or sets the headers for the requests.
Public property LocalPath Gets the local path part of the url.
Public property QueryString Gets the collection of IRequest query string variables.
Public property Url Gets the Uri for the IRequest.
Public property User Gets the principal user for the IRequest.

Top

Methods

  Name Description
Public method ReadForm Reads the form of the http request.

Top

Remarks

No content here will be updated; please do not add material here.

See Also

Reference

Microsoft.AspNet.SignalR Namespace