IOwinRequest Interface

Represents the request for the open web interface.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Interface IOwinRequest
'Usage
Dim instance As IOwinRequest
public interface IOwinRequest
public interface class IOwinRequest
type IOwinRequest =  interface end
public interface IOwinRequest

The IOwinRequest type exposes the following members.

Properties

  Name Description
Public property Accept Gets or sets the accepted request.
Public property Body Gets or sets the request body.
Public property CacheControl Gets or sets the request cache control.
Public property CallCancelled Gets or sets the call cancellation token for the request.
Public property ContentType Gets or sets the type of the context associated with the request.
Public property Context Gets the request context.
Public property Cookies Gets the collection of cookies for the request.
Public property Environment Gets the request environment.
Public property Headers Gets the request headers.
Public property Host Gets or sets the request host.
Public property IsSecure Gets or sets whether this request is secure.
Public property LocalIpAddress Gets or sets the local IP address of the object that made the request.
Public property LocalPort Gets or sets the port used in making the request.
Public property MediaType Gets or sets the type of the media in making the request.
Public property Method Gets or sets the method used in making the request.
Public property Path Gets or sets the request path.
Public property PathBase Gets or sets the request path base.
Public property Protocol Gets or sets the protocol used in the request.
Public property Query Gets the query composed of readable string collection for the request.
Public property QueryString Gets or sets the query string used in the query.
Public property RemoteIpAddress Gets or sets the remote IP address associated with the request.
Public property RemotePort Gets or sets the remote port associated with the request.
Public property Scheme Gets or sets the request scheme.
Public property Uri Gets the uniform resource identifier (URI) associated with the request.
Public property User Gets or sets the user that made the request.

Top

Methods

  Name Description
Public method Get<T> Gets the type of the request.
Public method ReadFormAsync Asynchronously reads the form associated with the request.
Public method Set<T> Sets the type of the request.

Top

See Also

Reference

Microsoft.Owin Namespace