OwinContext.Request Property

Definition

Gets a wrapper exposing request specific properties.

public Microsoft.Owin.IOwinRequest Request { get; }
member this.Request : Microsoft.Owin.IOwinRequest
Public ReadOnly Property Request As IOwinRequest

Property Value

A wrapper exposing request specific properties.

Applies to