IOwinContext.Request Property
Gets a wrapper exposing request specific properties.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
IOwinRequest Request { get; }
property IOwinRequest^ Request {
IOwinRequest^ get();
}
abstract Request : IOwinRequest with get
ReadOnly Property Request As IOwinRequest
Property Value
Type: Microsoft.Owin.IOwinRequest
A wrapper exposing request specific properties.
See Also
IOwinContext Interface
Microsoft.Owin Namespace
Return to top