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)

public interface class IRequest

The IRequest type exposes the following members.

  NameDescription
Public propertyCookiesGets the cookies for the client connection.
Public propertyEnvironmentGets the owin environment.
Public propertyHeadersGets or sets the headers for the requests.
Public propertyLocalPathGets the local path part of the url.
Public propertyQueryStringGets the collection of IRequest query string variables.
Public propertyUrlGets the Uri for the IRequest.
Public propertyUserGets the principal user for the IRequest.
Top

  NameDescription
Public methodReadFormReads the form of the http request.
Top

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

Show: