OwinContext.Request Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.